Re: Odd bug when reading raw gray image
Seth Price <[email protected]>
| Newsgroups | gmane.comp.video.image-magick.bugs |
|---|---|
| Message-ID | <[email protected]> |
That worked without problem. Strange how the size of the file affects convert. Thanks, Seth On Apr 15, 2008, at 8:17 PM, [email protected] wrote: >> convert -size 7200x7200 z7200.gray PNG24:z7200.png > > Try > > convert -size 7200x7200 gray:z7200.gray PNG24:z7200.png >