Inconsistent documentation at http://www.imagemagick.org/Usage/formats/#png_write in comparison to http://www.imagemagick.org/script/comma ... hp?#define
In the former, the = sign is missing.
Also just as example, I have not been able to force other than 8/1-bit or 16/1-bit for
convert -size xc:'#00000000' -define -define png:depth=32 result.png
convert -size xc:'#00000000' -define -define png:depth=32 PNG32:result.png
convert -size xc:'#00000000' -define png:color-type=6 result.png
convert -size xc:'#00000000' -define png:color-type=6 PNG32:result.png
Always show 1-bit version. Don't know if this should show 16-bit values for Q16. Perhaps I misunderstand, maybe it is showing 16 bit values as they are still zero no matter what.
I am on Mac OSX Tiger IM 6.5.5-1 Q16 HDRI
Sorry for the HDRI right now.
documentation error and possibly bug with new png controls
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: documentation error and possibly bug with new png controls
Fixed the former!
Sorry can't do anything about the later.
Sorry can't do anything about the later.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: documentation error and possibly bug with new png controls
thanks, Anthony.
New things I had not seen before and was trying to answer a user's questions and could not get it to work.
New things I had not seen before and was trying to answer a user's questions and could not get it to work.