Effacer les filtres
Effacer les filtres

How to keep the pixel values same for writing an image

4 vues (au cours des 30 derniers jours)
Shamim
Shamim le 17 Déc 2017
Réponse apportée : rcjr15 le 19 Fév 2018
In attach picture the pixel matrix D is written as an image but if i read the same image from the written one I found that all pixel values except zero are converted to 255. Why this is happening? Is there any solution to keep the pixel values same after writing it?

Réponse acceptée

Walter Roberson
Walter Roberson le 17 Déc 2017
imwrite(uint8(D), 'd.png')

Plus de réponses (1)

rcjr15
rcjr15 le 19 Fév 2018
Hi Shamim, Try using this: imwrite(YourImage, 'YourFile.jpg', 'mode', 'lossless') if you want to write it as JPEG file.
Or you can use PNG or TIFF extension which are lossless compression standards.

Catégories

En savoir plus sur Image Processing Toolbox dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by