[Scilab-users] Fwd: Re: scilab and tif-files

2020-07-12 Thread Antoine Monmayrant
Houps, I mailed Philipp directly, so here is a copy of my answer and available script to read a subset of TIFF. It might be useful for some of you... Antoine Forwarded Message Subject:Re: [Scilab-users] scilab and tif-files Date: Sun, 12 Jul 2020 20:39:20 +0200 F

Re: [Scilab-users] saving an image as b/w image

2020-07-12 Thread Chin Luh Tan
Hi, I have not dive into different image formats but base on previous experience, i believe Stephane was right about this. So far when dealing with different bits per pixel, tif could be the way to go. The tif created by imwrite would be able to read by imread without any issue.  ps: In Sci

Re: [Scilab-users] scilab and tif-files

2020-07-12 Thread Chin Luh Tan
Hi,  I remembered I was having some issue on reading the tiff file which was trying to read in different bits per pixels such as 12 bits (for a type of CCD camera) , that's why created the tifread for reference as I believe it there would be much more different standard of images/data which a