Search found 2 matches
- 2018-07-07T21:13:56-07:00
- Forum: Users
- Topic: Posterize acting different in PerlMagick vs command line
- Replies: 2
- Views: 1724
Re: Posterize acting different in PerlMagick vs command line
Update: The command line version of ImageMagick 6.7.8-9 2016-06-16 Q16 CentOs 7 and ImageMagick 7.0.8-5 Q16 x64 Win10 generate the same output, so this is not a version issue, it's a PerlMagick issue.
- 2018-07-07T08:21:47-07:00
- Forum: Users
- Topic: Posterize acting different in PerlMagick vs command line
- Replies: 2
- Views: 1724
Posterize acting different in PerlMagick vs command line
Linux Version: ImageMagick 6.7.8-9 2016-06-16 Q16 on CentOS 7 Windows Version: ImageMagick 7.0.8-5 Q16 x64 on Windows 10 I'm using PerlMagick and I need to reduce images down to the following basic colors: 0x000000 (black) 0x0000FF (blue) 0x00FF00 (green) 0x00FFFF (cyan, or html aqua) 0xFF0000 (red ...