I've downloaded this SVG, here >
http://upload.wikimedia.org/wikipedia/c ... NewTux.svg
If I load this picture into Photoline, I see a group of layers, ok.
But the SVG has a white background, and I don't see a layer with a white background in the panel of layers.
How to remove this background to save the picture in a png format (with transparency), for example ? Convert something ? The document mode ? I've tried, but...
SVG, white background, why ?
-
Pierre
- Mitglied
- Beiträge: 12
- Registriert: Mi 01 Apr 2015 17:44
-
Eurgail
- Mitglied
- Beiträge: 379
- Registriert: So 06 Jul 2014 23:02
Re: SVG, white background, why ?
The SVG is opened as a document, so you have to change the background colour in the document panel to transparent. Then it works as expected. 
Edit: Alternativly, you can merge the group to an image and save the new image layer via Layer -> Management -> Save Layer... (the merge layer step is important, because otherwise PhotoLine renders the vector layers group to an image with white background)
Edit: Alternativly, you can merge the group to an image and save the new image layer via Layer -> Management -> Save Layer... (the merge layer step is important, because otherwise PhotoLine renders the vector layers group to an image with white background)
-
Herbert123
- Mitglied
- Beiträge: 2452
- Registriert: Sa 12 Mai 2012 21:38
Re: SVG, white background, why ?
Another approach is to add an empty transparent image layer (same size as document), and place it at the bottom in the layer stack. Then switch to picture mode.
/*---------------------------------------------*/
System: Win10 64bit - i7 920@3.6Ghz, p6t Deluxe v1, 48gb (6x8gb RipjawsX), Nvidia GTX1080 8GB, Revodrive X2 240gb, e-mu 1820, 2XSamsung SA850 (2560*1440) and 1XHP2408H 1920*1200 portrait
System: Win10 64bit - i7 920@3.6Ghz, p6t Deluxe v1, 48gb (6x8gb RipjawsX), Nvidia GTX1080 8GB, Revodrive X2 240gb, e-mu 1820, 2XSamsung SA850 (2560*1440) and 1XHP2408H 1920*1200 portrait
-
Pierre
- Mitglied
- Beiträge: 12
- Registriert: Mi 01 Apr 2015 17:44
Re: SVG, white background, why ?
Thank's, Eurgail and herbert123 