Hi
Can I scale down a large image using bio-formats library? Without loading the whole image into the memory ?
mkdir planes planes_small
./bfconvert IMG.ext planes/plane_Z%z_C%c.tiff
ls -1 planes | while read f; do
convert ${f} -resize 128x128 planes/${f} planes_small/${f};
done
./bfconvert -stitch planes_small/plane_Z0_C0.tiff IMG.ome.tif
Return to User Discussion [Legacy]
Users browsing this forum: Google [Bot] and 1 guest