Convert to dob

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
sonicsw
Posts: 1
Joined: 2011-04-05T04:23:41-07:00
Authentication code: 8675308

Convert to dob

Post by sonicsw »

Hello dear Helpers,

hope you can help me out.
How do I create a .dob file from a .bmp?
I have a tool called PictureExDemo.exe to generate .dob files but this tool does not work in a command line.
So i tried my best to make it work with imagemagick 669-Q16 but I am a bit lost.

Thx Stefan
Bonzo
Posts: 2971
Joined: 2006-05-20T08:08:19-07:00
Location: Cambridge, England

Re: Convert to dob

Post by Bonzo »

I do not think .dob is a supported file type.

The general method is:

Code: Select all

convert input.bmp output.dob
Post Reply