Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
6answers
2k views

Free JPEG2000 Library or SDK for de-compression

I have written code to compress and decompress image files using a proprietary SDK for transmission from an aircraft via satellite. Unfortunately a license must be purchased for decompression as well ...
5
votes
4answers
4k views

JPEG 2000 support in C#.NET

It seems that .NET can't open JP2 (Jpeg 2000) files using the GDI library. I've searched on google but can't find any libraries or example code to do this. Anybody got any ideas? I don't really want ...
4
votes
1answer
227 views

Are there different JPEG2000 file formats?

I've seen JPEG2000 files with both .J2K and .JP2 extensions, and codecs which read one won't always read the other. Can someone explain why there are multiple extensions for what I thought was a ...
3
votes
0answers
63 views

Quick, multi-OS, command line conversion of JPEG-2000 to JPEG

I am working on a web script that handles image processing using ImageMagick. It takes relevant parameters, executes an ImageMagick command at the command line or shell depending on OS, and passes the ...
2
votes
2answers
227 views

Slow performance cropping large JPEG2000 images with ImageMagick/Jasper

I have a 4000x3000, 3.7MB JPEG2000 file that I'm trying to process into cropped tiles. I do this with a command like: convert 486.jp2 -crop 256x256+0+0 -format jpg 486_crop.jpg This command takes 5 ...
2
votes
1answer
1k views

read jpeg2000 files in java

I have a code using a byte[] that contains a image jpeg2000 bytes. I want show this in jLabel component howto do this? Anyone have idea or code to do?
1
vote
1answer
47 views

How to decode JPX images in java?

I'm trying to render a pdf (with pdf-renderer or jpedal), and it can't handle an image encoded using JPX. Is there any open-source java library that can decode JPX?
1
vote
1answer
209 views

Converting JPEG 2000 to JPEG

How do I convert JPEG 2000 to JPEG in Java? I have a biometric system that gets a fingerprint and and the user's ID number and the send it through the web service to verify the user. If a user has ...
1
vote
2answers
178 views

What is the difference between JPEG-LS and JPEG-LL?

Information about JPEG-LS is easily found on Google and in a lot of DICOM chapters. However, there are links/pages/readings that mention JPEG-LL, too. However, i have taken a deeper look at the ...
1
vote
1answer
513 views

Getting pixel data from a PythonMagick image?

Does anyone know a way get the pixel data from a PythonMagick.Image instance without having to write it to disk first? For instance, I can read in an image using: import PythonMagick im = ...
1
vote
1answer
264 views

writing Jpeg 2000 images in java

I am trying to encode (write) jpeg 2000 in Java. I am reading a '.bmp' image and try to write '.jp2' image. I am using: javax.imageio.ImageIO.write(img1, "jpeg 2000", file1); I do not receive any ...
1
vote
0answers
235 views

Java: How to control lossless compression in JPEG 2000

I'm new to Java. I've been able to read a "raw" image file with short data, display it, and save it as a .jp2 file but the 150.000 byte file gets compressed to just over 50,000 bytes. Some years ago ...
1
vote
0answers
47 views

JPEG 2000 JP2: how do I discover/access the containers in the file?

I'm especially interested to find out if there's a common way to access any "multiple-size" (e.g. 2k/4k) image data which might exist.
1
vote
1answer
144 views

Jpeg 2000 and .net

I working in a activex control using .net for load it in a ie website. I need read a jpeg 2000 file but i don't want use a 3rd party dll because this will cause dependencies or embedding it make my ...
1
vote
1answer
140 views

JPEG-2000: Can I dynamically resize an image without resampling?

One of the nice features of JPEG 2000 is that it's easy to downres an image -- just feed out fewer bytes. Is there a similar way to scale the image, such that I could send a thumbnail using bytes in ...
0
votes
0answers
17 views

Compress YUV420 into JPeg format

I need to compress YUV420 frames (I420 or YV12) to jpeg or jpeg2000. I am familiar with Jasper and OpenJPEG libraries and wondered if its possible to do that ? Thanks
0
votes
0answers
43 views

How can I display a jp2(jpeg 2000) in java?

I have a byte array & I want to display it in java (in code) in Jpeg200(jp2) format... How can I do that ?? Is there is a free way to do that ??? Thanks alot
0
votes
2answers
215 views

Convert byte array (byte[]) to Image in Java

I have a byte[] that I want to convert to an Image and display the image in a label. The byte[] is of a jpeg 2000 format. I have tried the code below but it returns null: InputStream in = new ...
0
votes
1answer
171 views

jai jpeg2000 encoder not found

I'm using JAI and looking to read and write jpeg2000 files on Mac OS X (Linux soon thereafter) and am having trouble loading the codec. It seems that there are a couple of different projects ...
0
votes
2answers
138 views

GML and JPEG2000 library

have you ever worked with JPEG2000 and/or GML?. I'm reading documentation about GMLJP2 but I don't find any libraries that implement this. I mean, as far as I know it should be possible to have a GML ...
0
votes
1answer
166 views

Trouble creating/using thumbnail of JPEG-2000 format

I am building a Cocoa application to help me organize my zillions of digital pictures. It is intended to keep a very lean database of information to allow me to find the images I want, then I can go ...
0
votes
1answer
499 views

JPEG2000 viewer and support on Android

I am looking for JPEG 2000 (jp2,jpx) support on Android. I checked up various google and non Google groups, but they seems to be of not much help. Could anyone please guide. If anyone knows of a ...
0
votes
0answers
46 views

Apply JPEG or JPEG2000 encoder to an “Image<Luv,Byte>” object.Emgu CV

How can i apply the jpeg or jpeg2000 encoder to an Image object.The Image<> object is an EMGU CV object.
0
votes
1answer
196 views

Magick++ - Reading JPEG2000 images

I'm trying to read JPEG2000 images in Magick++ (the C++ API of ImageMagick). To read an image I use the following code: Image img("path/to/my/image.jp2"); But when I try to do this, ImageMagick ...
0
votes
0answers
226 views

Reading JPEG2000 without huge memory hit

I am using Image to read JPEG2000 images in Java. There appears to be a huge memory whole where everything is held in memory and this is not released. Are there any workarounds to avoid this?
0
votes
0answers
122 views

CGPDFDocument can't draw jpeg2000?

HI,guys. I'm using this code to draw pdf,but i've compress the pdf's image to jpeg2000.so the cgpdfdocument can't decode the jpeg2000,just show noting but blank.how can i make it to decode the ...
0
votes
1answer
740 views

Can the iPhone/iPad decode Jpeg2000 images client side?

I have done a fair amount of looking around on the internet for an answer to this question, and have little to show for it. I am making an app that will stream medical images over the internet, which ...
0
votes
1answer
127 views

Encoding image into Jpeg2000 using Distributed Computing like Hadoop

Just wondering if anybody has done/aware about encoding/compressing large image into JPEG2000 format using Hadoop ? There is also this http://code.google.com/p/matsu-project/ which uses map reduce to ...
0
votes
1answer
394 views

JPEG 200 (aka J2K) handling in Silverlight app - any suggestions?

I need to handle JPEG 2000 (aka J2K) images in my silverlight app. Files stored either in the DB or file system on the server. Any suggestions how to handle them on the client? The only working ...
0
votes
1answer
187 views

Jp2 in WPF project

How do I display a .jp2 (JPEG 2000) in a WPF project?
0
votes
1answer
138 views

What is the best way to encrypt a lot of large images?

I need to encrypt a lot of large JPEG files. The pictures are very sensitive and need to only be decrypted inside my application. Because of the number and size of the images, speed is an issue.
-1
votes
2answers
207 views

Compressing High Resolution Satellite Images

Please advise the best way to compress satellite Image. Details Uncompressed size - 60 gb Uncompressed format - IMG 4 Bands (To be retained after compression) Preferred compression format - JPEG2000 ...