How to reduce the image size(from 1.2 MB to KB)?

6 Ansichten (letzte 30 Tage)
Divya Priya
Divya Priya am 1 Mai 2018
Kommentiert: Ameer Hamza am 2 Mai 2018
I have created 3D plot which is having a file size of 10MB (pdf format). This figure has to be embedded in my thesis which has file size limit of 10 MB. So i need a image file of lower size. i.e about in kb's. Is it possible to reduce the filesize of the image in matlab? kindly help. I have no other option.
  1 Kommentar
Walter Roberson
Walter Roberson am 1 Mai 2018
You don't say much about how the plot is constructed or what features are important preserve. Perhaps https://www.mathworks.com/help/matlab/ref/reducepatch.html

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Ameer Hamza
Ameer Hamza am 1 Mai 2018
You are trying to save the file in a vector graphics format. The vector graphics will try to save all the information contained in the original graphics object. If you don't care about the features of vector graphics (e.g. infinite resolution) then simply save your figure in some raster graphics file type like jpg or png. They will be very small in size.
  2 Kommentare
Divya Priya
Divya Priya am 2 Mai 2018
Thank you. It solved my problem.
Ameer Hamza
Ameer Hamza am 2 Mai 2018
You are welcome.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Printing and Saving finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by