Need comand line help
Need comand line help
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.
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: Need comand line help
Code: Select all
convert image -resize 48x96\! -density 1 image.bmp
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: Need comand line help
I hope BMP can save resolution information
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/