Properties
Similar Topics
Statistics
Comments
2
Participants
2
Subscribers
2
Votes
1
Views
818
Share
Answered
Could I get a fixed width when the image is exported as .png file with the ExportImage command, controlling the DPI? (I want outputs with less kB).
ExportImage("type", "png", "filename", "geogebra.png", "width", pxWidth, "dpi", DPI)
If I fix the width and change the DPI, the filesize doesn't change. And if I remove the width parameter, the kB decreases, but the width too.
Files:
image-width.ggb
- GeoGebra
- Help
- Partners
-
Contact us
- Feedback & Questions
- This email address is being protected from spambots. You need JavaScript enabled to view it.
- +43 677 6137 2693
© 2023 International GeoGebra Institute
DPI is just a flag in the PNG - it doesn't change the filesize
To get a smaller size you need to decrease the pixels
Comments have been locked on this page!