<div dir="ltr">Yes, it works.<br>The scenario that I have is like this:<br>I am trying to down-size a png image so I <br><ol><li>open it with with-image-from-file</li><li>copy resized image (copy-image old-image new-image ....)</li>
<li>save it  (write-image-to-file new-image-file-name :image new-image :compression-level 5)</li></ol>In my case :compression-level doesn't change the size of the output image. Probably it happens because the original file that I am trying to re-size is already compressed to the maximum.<br>
<br>Thank you,<br>Andrew<br><br><div class="gmail_quote">On Wed, Oct 1, 2008 at 7:25 PM, Hans Hübner <span dir="ltr"><<a href="mailto:hans@huebner.org">hans@huebner.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Wed, Oct 1, 2008 at 19:24, Hans Hübner <<a href="mailto:hans@huebner.org">hans@huebner.org</a>> wrote:<br>
> Works for me:<br>
<br>
Obviously, I made a copy and paste error.  This:<br>
<div class="Ih2E3d"><br>
> GD-TEST> (with-open-file (f "/tmp/test.png")<br>
>           (file-length f))<br>
> 3005915<br>
<br>
</div>is for :compression-level 0, obviously.<br>
<font color="#888888"><br>
-Hans<br>
</font><div><div></div><div class="Wj3C7c">_______________________________________________<br>
cl-gd-devel site list<br>
<a href="mailto:cl-gd-devel@common-lisp.net">cl-gd-devel@common-lisp.net</a><br>
<a href="http://common-lisp.net/mailman/listinfo/cl-gd-devel" target="_blank">http://common-lisp.net/mailman/listinfo/cl-gd-devel</a><br>
</div></div></blockquote></div><br></div>