Problem when using imwrite command
古いコメントを表示
Hi every one I have a problem when I use imwrite command, for example suppose that I have first.jpg image, when I want to write it into a new image, for example second.jpg, as follows:
A=imread('first.jpg');
Imwrite(A,'secod.jpg');
The values of the pixels in the second.jpg is not exactly same as the values of the pixels in the first.jpg What is the wrong?
Regards
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Images についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!