com and JPEG2000 (jp2)
Posted: 2008-01-07T13:26:56-07:00
I have an installation where
convert sourcefile.jpg targetfile.jp2
works from the command line and various other converts (change size, create PDF) work from and to the appropriate directories, but
Dim img
source = "sourcefile.jpg"
target = "targetfile.jp2"
Set img = CreateObject("ImageMagickObject.MagickImage.1")
msg = img.Convert(source , target )
fails quietly.
Can you do a JPEG2000/jp2 conversion from the COM interface?
convert sourcefile.jpg targetfile.jp2
works from the command line and various other converts (change size, create PDF) work from and to the appropriate directories, but
Dim img
source = "sourcefile.jpg"
target = "targetfile.jp2"
Set img = CreateObject("ImageMagickObject.MagickImage.1")
msg = img.Convert(source , target )
fails quietly.
Can you do a JPEG2000/jp2 conversion from the COM interface?