Page 1 of 1

[Solved] Set size 600x600 with transparent background

Posted: Sun Apr 10, 2022 10:19 pm
by SpeedCameraReport
To make a Google-app icon, how can the background be set to size 600x600 with transparent background ?

In "Format" then "Page", the size can only be in cm.
is there a conversion from cm, ie 1cm = 100?
Switching to "Background", does "Fill" and "None" mean transparent?

Re: How to set a size 600x600 with transparent background ?

Posted: Sun Apr 10, 2022 10:30 pm
by MrProgrammer
Hi, and welcome to the forum.
SpeedCameraReport wrote:How can the background be set to size 600x600 with transparent background?
If 600x600 means 600 pixels by 600 pixels, Draw is not the appropriate application for your project. Draw is a vector graphics editor. You want a raster graphics editor.

You should look at Comparison of vector graphics editors and Comparison of raster graphics editors. ImageMagick or GIMP may be what you need. Some are free; some need to be purchased or rented. Some of the free software is very good, but keep in mind that the revenue for the others allows their them to pay for development teams to implement new features. If you will use the software professionally, it may be to your advantage to pay to get what works best for you.

If this solved your problem please go to your first post use the Edit button and add [Solved] to the start of the subject field. Select the green checkmark icon at the same time.

Re: How to set a size 600x600 with transparent background ?

Posted: Sun Apr 10, 2022 10:43 pm
by SpeedCameraReport
Thanks Mr P, I'll look into that.