Info
此问题已关闭。 请重新打开它进行编辑或回答。
i want an new image with one pixel differance
1 次查看(过去 30 天)
显示 更早的评论
i hv lena image of [256 256 3]
now i hv to chnge one pixel .....in it
0 个评论
回答(1 个)
Walter Roberson
2019-2-7
imread then make the change then imwrite.
However if the image is a JPEG file then changing just one pixel is not always possible . If you need specific pixel values to be stored then never use jpeg (but jpeg2 might be okay )
0 个评论
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!