Convert raw image: size problem

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?".
aboys

Re: Convert raw image: size problem

Post by aboys »

I just checked the program and found maybe this is the problem:

the values of the array elements are extracted from a file generated by some processor and the values are in scientific form, e.g., 1200 is 1.2+03.

I set the width and height to thses kind of values and received the same error 'Must specify image size'.
aboys

Re: Convert raw image: size problem

Post by aboys »

fmw42 wrote:OK. I am out of ideas for the moment and time for bed anyway. So I will check again tomorrow and let you know if I have any further thoughts or if you find other issues, let me know.

Good night!
Post Reply