-
-
Notifications
You must be signed in to change notification settings - Fork 325
Image requirements
Attila Kerekes edited this page Apr 8, 2023
·
7 revisions
- Images should be SVG or PNG with no excess white space
- PNGs should be around 250px by 250px
- PNGs should be run through https://tinypng.com/ before uploading to keep file size down, if it doesn't look as good or doesn't reduce size much it may have already been optimised.
Go to Image / Trim
Go to Image / Image size
- If the image is bigger than 250px x 250px make the biggest dimension (which ever is bigger out of height or width) 250px (the other one will then be smaller than 250 if constrain proportions is on, which is what you want)
Go to Image / Canvas size
- Make the smaller dimension 250px as well
- Open the
png
image and click onImage > Crop to Content
, this will eliminate extra empty pixels around the logo. - Then click on
Image > Scale Image...
, and select a size of 250x250 pixels approximately .
- Open the
svg
file and remove all the unnecessary objects like the ones outside the work area, etc. - Once finished click on
File > Save As...
, then in the dialog selectOptimized SVG (*.svg)
. - Then in the
Optimized SVG Output
window select the checkmarks as shown below and click OK, the resultant SVG file should decrease in size about 30%-60%.