Aquileo | Recent changes to feature-requestshttps://sourceforge.net/p/graphicsmagick/feature-requests/2026-01-07T16:45:06.605000ZRecent changes to feature-requestsAquileo | #78 Incorrect conversion PSD to JPEG2026-01-07T16:45:06.605000Z2026-01-07T16:45:06.605000ZBob Friesenhahnhttps://sourceforge.net/u/bfriesen/https://sourceforge.net01941d3741161d3215e70377a5253468c270120a<div class="markdown_content"><p>Ticket moved from /p/graphicsmagick/bugs/247/</p>
<p>Can't be converted:</p>
<ul>
<li><strong>_milestone</strong>: v1.0_(example)</li>
</ul></div>Aquileo | #77 identify fails to report EXIF data from TIFF files2026-01-07T14:25:45.770000Z2026-01-07T14:25:45.770000ZBob Friesenhahnhttps://sourceforge.net/u/bfriesen/https://sourceforge.net727e332cf79b94a98c7597b6bfac8669ee513e7c<div class="markdown_content"><p>Ticket moved from /p/graphicsmagick/bugs/219/</p>
<p>Can't be converted:</p>
<ul>
<li><strong>_milestone</strong>: </li>
</ul></div>Aquileo | #76 Support JBIG gray level images via multiple planes2026-01-06T14:29:24.530000Z2026-01-06T14:29:24.530000ZBob Friesenhahnhttps://sourceforge.net/u/bfriesen/https://sourceforge.netf61664da9141075a8456e1b8d65e889cd8a591ce<div class="markdown_content"><ul>
<li><strong>summary</strong>: Support of JBIG gray level images --> Support JBIG gray level images via multiple planes</li>
</ul></div>Aquileo | #76 Support of JBIG gray level images2026-01-06T14:28:38.784000Z2026-01-06T14:28:38.784000ZBob Friesenhahnhttps://sourceforge.net/u/bfriesen/https://sourceforge.net128e7181a92d2c3f51653de56385970eae3f78a4<div class="markdown_content"><ul>
<li><strong>summary</strong>: Wrong support of JBIG gray level images --> Support of JBIG gray level images</li>
</ul></div>Aquileo | #76 Wrong support of JBIG gray level images2026-01-06T14:26:05.780000Z2026-01-06T14:26:05.780000ZBob Friesenhahnhttps://sourceforge.net/u/bfriesen/https://sourceforge.netc4fdac7795b048b18a1ee94974579c123aa7cafe<div class="markdown_content"><p>Ticket moved from /p/graphicsmagick/bugs/762/</p>
<p>Can't be converted:</p>
<ul>
<li><strong>_milestone</strong>: v1.0_(example)</li>
</ul></div>Aquileo | Support of JBIG gray level images2026-01-03T18:30:23.939000Z2026-01-03T18:30:23.939000ZJaroslav Fojtikhttps://sourceforge.net/u/fojtik/https://sourceforge.net4ac6e2f4fbed0cc0aa2a75ffbd6cda3d27ce59ac<div class="markdown_content"><p>Ticket 76 has been modified: Support of JBIG gray level images<br/>
Edited By: Bob Friesenhahn (bfriesen)<br/>
Summary updated: 'Wrong support of JBIG gray level images' => 'Support of JBIG gray level images'</p></div>Aquileo | Support JBIG gray level images via multiple planes2026-01-03T18:30:23.939000Z2026-01-03T18:30:23.939000ZJaroslav Fojtikhttps://sourceforge.net/u/fojtik/https://sourceforge.net20d2027bdb750bb2f78dafab2a7e64b663790cef<div class="markdown_content"><p>Ticket 76 has been modified: Support JBIG gray level images via multiple planes<br/>
Edited By: Bob Friesenhahn (bfriesen)<br/>
Summary updated: 'Support of JBIG gray level images' => 'Support JBIG gray level images via multiple planes'</p></div>Aquileo | #75 Optimize HEIC identify performance by deferring libheif initialization2025-11-09T09:34:29.836000Z2025-11-09T09:34:29.836000ZKevin Clausonhttps://sourceforge.net/u/kclauson/https://sourceforge.net4ce2657658bf87b1a300515ba58326338475e49b<div class="markdown_content"><p>Wow! Thanks Bob! <br/>
I got hit by the flu, so was down the past few days with a high fever. I was just feeling better so I thought I would check if you had responded and here I find not only have you responded, but you have given me the fix. Feeling even better now, thanks again! </p></div>Aquileo | #75 Optimize HEIC identify performance by deferring libheif initialization2025-11-07T19:19:53.055000Z2025-11-07T19:19:53.055000ZBob Friesenhahnhttps://sourceforge.net/u/bfriesen/https://sourceforge.netb88b54037831c1e82ec136081e5931ab15d38f91<div class="markdown_content"><ul>
<li><strong>status</strong>: open --> closed-fixed</li>
</ul></div>Aquileo | #75 Optimize HEIC identify performance by deferring libheif initialization2025-11-07T18:58:14.265000Z2025-11-07T18:58:14.265000ZBob Friesenhahnhttps://sourceforge.net/u/bfriesen/https://sourceforge.net3c3de1b7d68f0e49a1e63f5faf0db049c6988a71<div class="markdown_content"><p>The problem is that 'ignore_transformations' is false by default and so it does some file decoding to find the real image dimensions and some other info. Adding this to the identify request makes it go fast:</p>
<blockquote>
<p>-define heif:ignore-transformations=true</p>
</blockquote>
<p>If the default condition is changed, then it will be fast by default, but then the user must specify</p>
<p>-define heif:ignore-transformations=false</p>
<p>In order to assure accurate dimensions (e.g. in case the image is rotated).</p>
<p>Bob</p></div>