Search found 1 match
- 2019-04-26T14:20:04-07:00
- Forum: Users
- Topic: How to convert PNG to Indexed color (including grayscale images)
- Replies: 2
- Views: 11609
How to convert PNG to Indexed color (including grayscale images)
I'm trying to convert some small PNG images from 32-bit color mode to indexed color mode. For color images, I ran the command convert IMGS/FLAME.png INDEXED_IMGS/FLAME.png and it converted fine. For an image that had only grayscale colors, I ran that same command (with the filename changed obviously ...