Search found 5 matches
- 2016-01-21T11:03:36-07:00
- Forum: Users
- Topic: Convert JPEG to BMP
- Replies: 12
- Views: 16461
Re: Convert JPEG to BMP
Well, I'm back. I had to leave for a while, sorry. I have tried a simple example where no resizing was involved. I issued the following: C:\Users\John\My Documents\IMDB\POSTERS>"c:\program files\imagemagick-6.9.2-q16\convert.exe" tt0024124.jpg tt0024124.bmp C:\Users\John\My Documents\IMDB\POSTERS ...
- 2016-01-13T15:51:17-07:00
- Forum: Users
- Topic: Convert JPEG to BMP
- Replies: 12
- Views: 16461
Re: Convert JPEG to BMP
I tried it again with the command:
CONVERT tt0303714.JPG -resize 300x450 tt0303714.BMP
and received error:
Invalid Parameter - -resize
CONVERT tt0303714.JPG -resize 300x450 tt0303714.BMP
and received error:
Invalid Parameter - -resize
- 2016-01-13T15:26:50-07:00
- Forum: Users
- Topic: Convert JPEG to BMP
- Replies: 12
- Views: 16461
Re: Convert JPEG to BMP
I also tried it with the -resize parameter. I have a button in the dialog that I want to fill to the outside edge. That is why I tried -size and -resize.
- 2016-01-13T15:24:27-07:00
- Forum: Users
- Topic: Convert JPEG to BMP
- Replies: 12
- Views: 16461
Re: Convert JPEG to BMP
The response to: CONVERT - verison is: Version: ImageMagick 6.9.2-0 Q16 x64 2015-08-15 http://www.imagemagick.org Copyright: Copyright (C) 1999-2015 ImageMagick Studio LLC License: http://www.imagemagick.org/script/license.php Features: Cipher DPC Modules OpenMP Delegates (built-in): bzlib cairo ...
- 2016-01-13T13:24:39-07:00
- Forum: Users
- Topic: Convert JPEG to BMP
- Replies: 12
- Views: 16461
Convert JPEG to BMP
Just installed Imagemagick. I am trying to convert JPEG images from JPG extensions to BMP extensions. I have tried just a plain convert. But that didn't display in a ooREXX dialog I have. I thought I needed to resize the image but I can't get CONVERT to accept the parameter. I have tried it many ...