Search found 2 matches

by DGyuraki
Wed, 2024-07-03, 08:56
Forum: DCMJP2K
Topic: How to do Per frame jpeg2000 encoding?
Replies: 3
Views: 3331

Re: How to do Per frame jpeg2000 encoding?

Sorry but I'm a bit confussed what I'm trying to achive is to open a dicom files which has images in whatever format and convert them to jpeg2000. Isn't that the job of an encoder ? Since it will be the one to encode them in the jpeg2000 format from whatever they were originaly? If I do what you sug...
by DGyuraki
Tue, 2024-07-02, 13:43
Forum: DCMJP2K
Topic: How to do Per frame jpeg2000 encoding?
Replies: 3
Views: 3331

How to do Per frame jpeg2000 encoding?

Hello. I'm trying to create a way to use less ram while exporting dicoms to jpeg2000 format from our software . My idea is to use a frame by frame way to encode each. Then combine them together rather than doing all at once. First I only partialy load the dicom file and only latter load in the pixel...