I found a way to do it with GIMP batch
431 files from 1.2GB to 338.2MB
Search found 6 matches
- 2012-08-09T06:15:18-07:00
- Forum: Users
- Topic: mogrify: insufficient image data in file `ScreenShot00021.bm
- Replies: 4
- Views: 8969
- 2012-08-09T02:47:59-07:00
- Forum: Users
- Topic: mogrify: insufficient image data in file `ScreenShot00021.bm
- Replies: 4
- Views: 8969
Re: mogrify: insufficient image data in file `ScreenShot0002
can't I convert by ignoring errors?
- 2012-08-08T16:07:28-07:00
- Forum: Users
- Topic: mogrify: insufficient image data in file `ScreenShot00021.bm
- Replies: 4
- Views: 8969
mogrify: insufficient image data in file `ScreenShot00021.bm
trying to convert bmp to png, but getting this error:
mogrify -format png *.bmp
mogrify: length and filesize do not match `ScreenShot00021.bmp' @ error/bmp.c/ReadBMPImage/785.
mogrify: insufficient image data in file `ScreenShot00021.bmp' @ error/bmp.c/ReadBMPImage/914.
here is the bmp file ...
mogrify -format png *.bmp
mogrify: length and filesize do not match `ScreenShot00021.bmp' @ error/bmp.c/ReadBMPImage/785.
mogrify: insufficient image data in file `ScreenShot00021.bmp' @ error/bmp.c/ReadBMPImage/914.
here is the bmp file ...
- 2011-11-08T19:47:06-07:00
- Forum: Users
- Topic: -virtual-pixel set always to "edge" with distort command
- Replies: 6
- Views: 10881
Re: -virtual-pixel set always to "edge" with distort command
Are you sure you want Checker-Tile and not Tile?
It doesn't matter what I set virtual-pixel to, the output image will always reset it to edge, I tested -background none and coral - neither changes anything.
I am not the expert on -distort, but as it works fine for me with the current release ...
It doesn't matter what I set virtual-pixel to, the output image will always reset it to edge, I tested -background none and coral - neither changes anything.
I am not the expert on -distort, but as it works fine for me with the current release ...
- 2011-11-07T23:22:29-07:00
- Forum: Users
- Topic: -virtual-pixel set always to "edge" with distort command
- Replies: 6
- Views: 10881
Re: -virtual-pixel set always to "edge" with distort command
I am using Ubuntu Oneiric Ocelot, ImageMagick was installed with apt-get install
convert --version
Version: ImageMagick 6.6.0-4 2011-06-15 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2010 ImageMagick Studio LLC
Features: OpenMP
convert -list virtual-pixel
Background
Black ...
convert --version
Version: ImageMagick 6.6.0-4 2011-06-15 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2010 ImageMagick Studio LLC
Features: OpenMP
convert -list virtual-pixel
Background
Black ...
- 2011-11-07T21:05:37-07:00
- Forum: Users
- Topic: -virtual-pixel set always to "edge" with distort command
- Replies: 6
- Views: 10881
-virtual-pixel set always to "edge" with distort command
Here is my command:
convert 2.png -alpha set -virtual-pixel checker-tile -distort Perspective '0,0,0,0 0,418,0,300 436,418,350,250 436,0,350,50' output.png
image I used:
http://i.imgur.com/NqRkD.png
what I get:
http://i.imgur.com/12th8.png
As you can see my virtual pixels are set to edge.
I ...
convert 2.png -alpha set -virtual-pixel checker-tile -distort Perspective '0,0,0,0 0,418,0,300 436,418,350,250 436,0,350,50' output.png
image I used:
http://i.imgur.com/NqRkD.png
what I get:
http://i.imgur.com/12th8.png
As you can see my virtual pixels are set to edge.
I ...