jpg to bmp
Posted: 2015-11-23T09:36:02-07:00
I'm using convert.exe to convert my jpg into a bmp with the following command:
convert 1.jpg 1.bmp
This works, however I have a custom application that can't read the new bmp file. I open the bmp in Windows Paint, click save and close paint. After doing this, my application can read the file. Is there something I'm missing in the imageMagik that would fix this?
Thanks
Kevin
convert 1.jpg 1.bmp
This works, however I have a custom application that can't read the new bmp file. I open the bmp in Windows Paint, click save and close paint. After doing this, my application can read the file. Is there something I'm missing in the imageMagik that would fix this?
Thanks
Kevin