Hello! Recently, our research team has gained access to a benchtop micro-CT scanner, but the resulting files are very large, averaging over 10 GB. The output files are stacks of PNG and TIFF images.
I am aware of the Crop Volume module in 3D Slicer, but I am looking for a method that can further reduce the file size.
Is there a way within 3D Slicer or other software like Photoshop to reduce the size of these images? For example, by cropping out unwanted areas?
I know about that extension, in fact I used it and I understand that it allows you to choose a full resolution and medium resolution quality, but the idea is precisely not to lower the resolution of the tomographies.
So are you looking to compress them? if so, I think the only way you can reduce their file size is using an highly efficient compression, which probably give you another couple percent reduction.
In Memory consumption of the data has nothing to do with the file size. If you do not reduce the resolution of the images, the data will consume same amount of memory when loaded (regardless of the file size, which is dependent on the compression method used).
That ImageJ solution is downsampling your volume to reduce the number of voxels and therefore memory usage. This would be like the SlicerMorph ImageStacks module’s option of “Quality” being set to “Half resolution”.