- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Am attempting to decode 15000x15000 pixel satelllite images. JPEG-2000 decoder [v7.0.4] blows up in file uic_new.cpp function ArrAlloc when malloc fails but no test is made for NULL pointer.
Test for NULL will result in a gentler failure but still fail to decode. API is apparently attempting to allocate 504MB array TWICE. In a Win7 environment, 4GB machine, this is not successful.
Any possible work around? Thanks.
Additional information: using uic_transcoder_con.exe for above tests. Also created VS2010solution with all image-codecs projects, so that I could get a good debug compile and link and see where it's blowing up. Both fail in the same way.
Also tried "bcdedit /set increaseuserva 3072" which purports to increase user virtual memory from 2GB to 3GB but both programs still fail.
Apple Quick Time Picture Viewer has no problem displaying these enormous JP2 images.
Additional information: OPEN-JPEG blows up on these images as does Intel IPP.
But J2K-CODEC and its a_EasyDecode has no problem decoding and converting to BMP.
Test for NULL will result in a gentler failure but still fail to decode. API is apparently attempting to allocate 504MB array TWICE. In a Win7 environment, 4GB machine, this is not successful.
Any possible work around? Thanks.
Additional information: using uic_transcoder_con.exe for above tests. Also created VS2010solution with all image-codecs projects, so that I could get a good debug compile and link and see where it's blowing up. Both fail in the same way.
Also tried "bcdedit /set increaseuserva 3072" which purports to increase user virtual memory from 2GB to 3GB but both programs still fail.
Apple Quick Time Picture Viewer has no problem displaying these enormous JP2 images.
Additional information: OPEN-JPEG blows up on these images as does Intel IPP.
But J2K-CODEC and its a_EasyDecode has no problem decoding and converting to BMP.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I tried with 64 bittranscoder application. It can works. For large image, which needs 2G memory,it can try the64bitcode.
Thanks,
Chao
I tried with 64 bittranscoder application. It can works. For large image, which needs 2G memory,it can try the64bitcode.
Thanks,
Chao

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page