how can i save pixel changes in image?

1 vue (au cours des 30 derniers jours)
amira hl
amira hl le 8 Juin 2015
hi
i made pixel value changes in an image , then i save it in a new name, then i wanted to use the new in another code, i checked the pixel values and
rgbValues2 =
232 240 253
rgbValues1 =
10 240 253
pixelvalue =
182 194 208
redvalue =
182
why is that?? shouldn't be the pixelvalue=10 240 253??

Réponse acceptée

David Young
David Young le 8 Juin 2015
Could be because JPEG compression loses information, so a write followed by a read only returns an approximation to the original. Try using a lossless format, such as BMP, instead of JPEG.
Also, do you need to write the image out to a file and read it back anyway? It's usually much more efficient simply to pass the image between functions or scripts in memory, using the name of the variable that refers to it.

Plus de réponses (0)

Catégories

En savoir plus sur Image Segmentation and Analysis 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