Check if the Image loaded and convert correct?

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
Darknet
Posts: 18
Joined: 2014-01-15T10:52:19-07:00
Authentication code: 6789

Check if the Image loaded and convert correct?

Post by Darknet »

How can i ceck if the image loaded and convert correct?

See picture:
Image
User avatar
dlemstra
Posts: 1570
Joined: 2013-05-04T15:28:54-07:00
Authentication code: 6789
Contact:

Re: Check if the Image loaded and convert correct?

Post by dlemstra »

Can you define correct?
.NET + ImageMagick = Magick.NET https://github.com/dlemstra/Magick.NET, @MagickNET, Donate
Darknet
Posts: 18
Joined: 2014-01-15T10:52:19-07:00
Authentication code: 6789

Re: Check if the Image loaded and convert correct?

Post by Darknet »

What do you mean correct define?
It is a normal image. Only the strips do not belong in there.
Bonzo
Posts: 2971
Joined: 2006-05-20T08:08:19-07:00
Location: Cambridge, England

Re: Check if the Image loaded and convert correct?

Post by Bonzo »

It is a normal image. Only the strips do not belong in there.
Well now we know what is wrong!

I suggest you upload the image somewhere so people can try it and example of what the image should look like.

Out of interest how do you think the software can determine if that image is correct or not? I assume all the images are different and you need something to test against.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Check if the Image loaded and convert correct?

Post by fmw42 »

Darknet wrote:How can i ceck if the image loaded and convert correct?
What do you mean by "loaded correctly"

Was that your input or output image?

Perhaps you should provide links to both input and output and what command line you used to process it. Also always provide your IM version and platform.
Post Reply