Need comand line help

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
Breedocat

Need comand line help

Post by Breedocat »

Help! I'm not real proficient with graphics. I need the commands to convert an rgb image to a bmp. I need to resize images to 48x96 and i need a resolution of 1 pixel per inch. I know it sounds strange, but we need to convert images with imagemajick to use on an outdoor electronic billboard. Can anyone help me? Thanks a bunch.
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: Need comand line help

Post by anthony »

Code: Select all

convert image  -resize 48x96\! -density 1 image.bmp
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Breedocat

Re: Need comand line help

Post by Breedocat »

Thanks a heap, I hope this is what we need.
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: Need comand line help

Post by anthony »

I hope BMP can save resolution information :-)
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply