Page 1 of 1

Open and display a image file of JP2 format?

Posted: 30 Oct 2017, 17:21
by FieldConsult
How can I open and display a raster image file of JP2 format?
The format is shown as compatible in the list of readable formats by the library.
Thanks!!! :geek:

Re: Open and display a image file of JP2 format?

Posted: 31 Oct 2017, 20:26
by support
Hello,

JPEG 2000 (.jp2) images are not supported natively by CAD VCL, the given file format requires an additional image loader library (e.g. GraphicEx).


Mikhail

Re: Open and display a image file of JP2 format?

Posted: 31 Oct 2017, 20:47
by FieldConsult
OK,
Can you show a simple code how we can load it, using GraphicEx (this is free).
Thanks! :idea:

Re: Open and display a image file of JP2 format?

Posted: 01 Nov 2017, 15:05
by support
Hello,

As it turned out, FreeImage library is required for reading JPEG-2000 file format.


Mikhail