Open and display a image file of JP2 format?

Discuss and ask questions about CAD VCL (Delphi and C++ Builder).

Moderators: SDS, support, admin

Post Reply
FieldConsult
Posts: 54
Joined: 14 Mar 2015, 22:33

Open and display a image file of JP2 format?

Post by FieldConsult » 30 Oct 2017, 17:21

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:

support
Posts: 3253
Joined: 30 Mar 2005, 11:36
Contact:

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

Post by support » 31 Oct 2017, 20:26

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
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support

FieldConsult
Posts: 54
Joined: 14 Mar 2015, 22:33

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

Post by FieldConsult » 31 Oct 2017, 20:47

OK,
Can you show a simple code how we can load it, using GraphicEx (this is free).
Thanks! :idea:

support
Posts: 3253
Joined: 30 Mar 2005, 11:36
Contact:

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

Post by support » 01 Nov 2017, 15:05

Hello,

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


Mikhail
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support

Post Reply