jpeg to bmp

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
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: jpeg to bmp

Post by anthony »

as teh image is in memory or a database you will want to do this from some API language, and convert the image strings (known in API's as 'blobs') into Imagemagick images that the API's can work with.

See the main ImageMagick web site. Oh an do play with the command line tools. You can develop your image processing operations using command line then convert them into the API equivalent.

Also visit the relative sections of the forums for various API's. they are not as verbose as this main forum, but they are more specific to the API involved.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply