Search found 4 matches

by craigp
2011-10-13T11:34:04-07:00
Forum: Users
Topic: convert images to a specific format
Replies: 5
Views: 13224

Re: convert images to a specific format

Yes that fixed it. Thanks.

Code: Select all

craigp@lamina> ~/Desktop/ImageMagick-6.7.3-1/utilities/convert atratus.png -define png:bit-depth=1 -define png:color-type=3 temp.png; file temp.png; rm temp.png
temp.png: PNG image data, 1480 x 625, 1-bit colormap, non-interlaced
craigp@lamina> 
by craigp
2011-10-12T20:25:23-07:00
Forum: Users
Topic: convert images to a specific format
Replies: 5
Views: 13224

Re: convert images to a specific format

I should probably make a bug report...

craigp@lamina> gdb --args convert atratus.png -define png:bit-depth=1 -define png:color-type=3 temp.png
GNU gdb (Ubuntu/Linaro 7.2-1ubuntu11) 7.2
This GDB was configured as "i686-linux-gnu".
Reading symbols from /usr/bin/convert...(no debugging symbols found ...
by craigp
2011-10-12T20:18:27-07:00
Forum: Users
Topic: convert images to a specific format
Replies: 5
Views: 13224

Re: convert images to a specific format

Sweeeet I found a bug. :D

Code: Select all

craigp@lamina> convert atratus.png -define png:bit-depth=1 -define png:color-type=3 temp.png
Segmentation fault
by craigp
2011-10-12T16:54:45-07:00
Forum: Users
Topic: convert images to a specific format
Replies: 5
Views: 13224

convert images to a specific format

I'm trying to use ImageMagick to convert PNGs to the following format

$file example.png
example.png: PNG image data, 1480 x 625, 1-bit colormap, non-interlaced

Currently they are in formats such as:
PNG image data, 1480 x 625, 8-bit colormap, non-interlaced
PNG image data, 1480 x 625, 8-bit ...