[opencms-dev] bug in image scaler or static export (6.1.3)
Daniel Wiesner
daniel.wiesner at av-studio.de
Thu Dec 1 10:20:44 CET 2005
hello,
I use the on demand static export handler. The images in the export folder
havn't the right size. They are stored in the original dimension.
This example should produce a max 10x10 pixel image. But the
test.jpg_275832649.jpg in the export folder is 800 x 600 Pixel.
<%@ page session="false" buffer="none" %><%--
--%><%@ taglib prefix="cms" uri="http://www.opencms.org/taglib/cms" %><%--
--%>
<cms:include property="template" element="head" />
<img src="<cms:link>test.jpg?__scale=w:10,h:10,t:2</cms:link>" />
<cms:include property="template" element="foot" />
best regards
Daniel
More information about the opencms-dev
mailing list