So it seems the recommended way to go is to use mogrify instead of convert. This does the job:
mogrify -format jpg -path .\test -resize x220^> *.bmp
Search found 3 matches
- 2016-07-22T08:41:38-07:00
- Forum: Bugs
- Topic: Error during conversion of images that view fine: "length and filesize do not match"
- Replies: 4
- Views: 6614
- 2016-07-22T08:07:37-07:00
- Forum: Bugs
- Topic: Error during conversion of images that view fine: "length and filesize do not match"
- Replies: 4
- Views: 6614
Re: Error during conversion of images that view fine: "length and filesize do not match"
Here is a sample image. https://dl.dropboxusercontent.com/u/28686783/The%20Battle%20for%20Borgo%20Cascino.bmp However I may have jumped the gun and really have a different problem - aka user error. What I really want to do is convert the whole directory of images and the command I was trying to use ...
- 2016-07-22T07:15:00-07:00
- Forum: Bugs
- Topic: Error during conversion of images that view fine: "length and filesize do not match"
- Replies: 4
- Views: 6614
Error during conversion of images that view fine: "length and filesize do not match"
I have no control of the input .bmp files (I am converting files from a game's user created scenarios into .jpg files for use on the web) and all the viewers and editors I have used read them and display them OK but when I run convert the majority of them produce this (and no jpg file): convert ...