Search found 2 matches
- 2011-02-04T05:11:37-07:00
- Forum: Bugs
- Topic: PNG forced to grayscale?
- Replies: 5
- Views: 12112
Re: PNG forced to grayscale?
I'm using the latest and greatest 6.6.7-4, but I had the same problem with my 'old' 6.5.4-7
- 2011-02-03T19:34:55-07:00
- Forum: Bugs
- Topic: PNG forced to grayscale?
- Replies: 5
- Views: 12112
PNG forced to grayscale?
I have a PNG image in RGBA format (The whole TrueColorMatte thing) and try to trim it (and repage it) and save it back as indexed (palette) with: convert splash.png -trim +repage -type PaletteMatte newSplash.png convert splash.png -trim +repage -type Palette newSplash.png convert splash.png -trim ...