Change bit depth for a PNG image
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
berkaoui sara
el 15 de En. de 2014
Comentada: Image Analyst
el 15 de En. de 2014
hello , i have a dataset of images with 12 bit represantation and i want to know if it is possible to convert them to 8 bit representation . thanks
0 comentarios
Respuesta aceptada
Image Analyst
el 15 de En. de 2014
Yes. How do you want to do it? Scale linearly? Or take the upper or lower 8 bits and throw away 4 bits? Maybe you can try mat2gray().
2 comentarios
Image Analyst
el 15 de En. de 2014
The number of gray levels (bit depth) and the lateral size of the image (number of rows and columns) are unrelated/independent. You can adjust each on it's own. But I don't know what you want to do. Why do you think that you want to change the bit depth (number of intensity gray levels)? And what does that have to do with the pixel being high resolution (10 megapixels or whatever)?
Más respuestas (0)
Ver también
Categorías
Más información sobre Convert Image Type en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!