http://imagej.273.s1.nabble.com/jpg2000-and-mxrs-in-imagej-tp5015148p5015150.html
your image.
that the old data structures of Java, hence ImageJ, are can't.
I guess with "program" you mean "Fiji".
> Hi Herbie,
>
> "x 1" means that this is just one image. If it was a stack with let's
> say 13 images it would say "x 13".
>
> NIS-elements viewer (which just opens the images) shows RGB 0 bit.
>
> Filip
>
> -----Original Message----- From: ImageJ Interest Group
> [mailto:
[hidden email]] On Behalf Of Herbie Sent: Sunday,
> December 06, 2015 4:46 PM To:
[hidden email] Subject: Re:
> jpg2000 and mxrs in imagej
>
> Filip,
>
> I've no experience with ImageJ2 data structures and don't know about
> their limits, but what does "x 1" mean in "33280 x 105216 x 1"? Does
> it indicate a single image, i.e. no stack, or does it stand for a
> binary-valued image?
>
> If it is not a binary-valued image, what is its bit-depth?
>
> Best
>
> Herbie
>
> ::::::::::::::::::::::::::::::::::::::::::: Am 06.12.15 um 14:56
> schrieb Filip Bochner:
>> Hi,
>>
>> I'm struggling with export of very large .mrxs (mirax) files.
>> These are scans from a slide scanner that I intend to analyze
>> further in ImageJ.
>>
>> I found a tool called JP2 WSI converter. It seems really good,
>> because it can batch-convert huge mrxs files into jpg2000.
>>
>> The problem is that even if ImageJ2 data structures and SCIFIO are
>> enabled, the program cannot load the files.
>>
>> Before I enabled them I was getting a following message:
>> java.lang.IllegalArgumentException: Array size too large: 33280 x
>> 105216 x 1
>>
>> After enabling ImageJ2 data structures and SCIFIO the memory gets
>> flooded and the software gets stuck (work on a workstation with 6
>> cores, 6 threads and 64 GB of memory).
>>
>> Thanks for help!
>>
>> Filip