http://flamester.strangled.net/temp/tile9.dds
Not a file I made, but I write scripts that convert files like this one for something else.
"convert tile9.dds tile9.png"
Works on the above-linked file with no problem with convert version 6.8.9, but an upgrade to 6.9.1 started erroring out with "unexpected end-of-file" on the dds.
Is there a change to "convert" that I'm missing with that update to make it work? Seems odd that it wasn't a problem before but it is a problem now.
DDS file unreadable after upgrade 6.8 to 6.9
Re: DDS file unreadable after upgrade 6.8 to 6.9
Just a info.
Can display with 6.9.1-3 Q16 on Cygwin
Cannot display with 6.9.1-8 Q16 (HDRI binary) on Windows
Can display with 6.9.1-3 Q16 on Cygwin
Cannot display with 6.9.1-8 Q16 (HDRI binary) on Windows
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: DDS file unreadable after upgrade 6.8 to 6.9
Perhaps a fix to DDS mentioned in the changelog (http://www.imagemagick.org/script/changelog.php) has cause your problem.
Re: DDS file unreadable after upgrade 6.8 to 6.9
It appears there was an incorrect EOF check but this code part was never reached because of another issue. With that issue fixed we now suddenly see this error. I have removed the EOF check and this fix will be available in the next release of (ImageMagick 6.9.1-10).
Re: DDS file unreadable after upgrade 6.8 to 6.9
Excellent news. Thanks!dlemstra wrote:It appears there was an incorrect EOF check but this code part was never reached because of another issue. With that issue fixed we now suddenly see this error. I have removed the EOF check and this fix will be available in the next release of (ImageMagick 6.9.1-10).