"Vishnu Prasan" on  wrote...
| Hi all,
| 
| I am trying to find the MSE between two Jpeg2000 codestream images (.j2c).
| How when ever I try using the following command
| 
| compare -metric MSE xyz.j2c abc.j2c NULL
| 
| I get the following error
| compare: no decode delegate for this image format 'xyz.j2x'
|  compare: no decode delegate for this image format 'abc.j2x'
| compare: missing filename 'NULL'
| 

First that should be   null:  not NULL
which basically means  JUNK the resulting image.

If you leave it as NULL, you save the image into the file "NULL"
as a MIFF format image (the fallback image format).


Second looks like you do not have a JPEG 2000 library (Jasper) installed
with IM build to use it.

As it has not images it can't write a "NULL" image, and thus the last 
error you are getting.


  Anthony Thyssen ( System Programmer )    <[EMAIL PROTECTED]>
 -----------------------------------------------------------------------------
   Grok (vb) :- To drink in all the knowledge. To understand so thoroughly
   it becomes a part of your whole.  [ From the martian meaning: To Drink ]
                       -- Robert A. Heinlein   "Stranger in a Strange Land"
 -----------------------------------------------------------------------------
     Anthony's Home is his Castle     http://www.cit.gu.edu.au/~anthony/
_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to