PNG or JPEG image matlab

2 vues (au cours des 30 derniers jours)
Halit Dagtan
Halit Dagtan le 23 Mar 2023
Commenté : Image Analyst le 24 Mar 2023
A program that prints the RGB ratios of a picture output in PNG or JPEG format in Matlab environment.
Matlab ortamında PNG veya JPEG formatında verilen bir resim dosyasında ki RGB oranlarını ekrana yazdıran program
  3 commentaires
Halit Dagtan
Halit Dagtan le 23 Mar 2023
A program that prints the RGB ratios of a picture output in PNG or JPEG format in Matlab environment.
Rik
Rik le 24 Mar 2023
Your question seems to be incomplete. Have a read here and here. It will greatly improve your chances of getting an answer.
Use a machine translation (e.g. Google Translate) to translate your post if your English is poor. Use short sentences, but make sure they are grammatically correct. That will help the translation software.

Connectez-vous pour commenter.

Réponses (1)

Image Analyst
Image Analyst le 23 Mar 2023
What do you mean by "print"? If you want to convert an image to a CSV text file that you can print, see attached demo.
If you just want to display an image on your monitor, use imread and imshow
rgbImage = imread(fileName);
imshow(rgbImage);
  2 commentaires
Halit Dagtan
Halit Dagtan le 24 Mar 2023
A program that prints the RGB ratios of an image file in PNG or JPEG format in the Matlab environment. upload an image in these formats and convert it to rgb
Image Analyst
Image Analyst le 24 Mar 2023
Again, if you mean print as in "laser jet toner on white printer paper" then you can use your operating system or Excel to print the values in the CSV file. However it will be thousands of pages long and you'll go through many, many reams of paper.

Connectez-vous pour commenter.

Catégories

En savoir plus sur Convert Image Type 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