Not sure why the links aren't working to the images :(
Original File -> https://dl.dropboxusercontent.com/u/99232980/logosrc.png https://dl.dropboxusercontent.com/u/99232980/logosrc.png
Resulting File -> https://dl.dropboxusercontent.com/u/99232980/sample.png https://dl.dropboxusercontent.com/u ...
Search found 3 matches
- 2017-03-10T02:14:59-07:00
- Forum: Users
- Topic: Resizing PNG loses transparency
- Replies: 4
- Views: 4107
- 2017-03-10T02:05:21-07:00
- Forum: Users
- Topic: Resizing PNG loses transparency
- Replies: 4
- Views: 4107
Re: Resizing PNG loses transparency
Ok, turns out to be a weird bug in Picasa Photo Viewer ...sort of.
magick logosrc.png sample.png
The results :
Original file -> http://www.caliptor.com.au/images/logosrc.png
Resulting file -> http://www.caliptor.com.au/images/sample.png
They look the same to some viewers but the identify ...
magick logosrc.png sample.png
The results :
Original file -> http://www.caliptor.com.au/images/logosrc.png
Resulting file -> http://www.caliptor.com.au/images/sample.png
They look the same to some viewers but the identify ...
- 2017-03-09T23:46:29-07:00
- Forum: Users
- Topic: Resizing PNG loses transparency
- Replies: 4
- Views: 4107
Resizing PNG loses transparency
I'm not sure what I'm doing wrong here but when I resize using the following command I lose the transparency of my PNG file.
This works fine (step one)
magick convert logosrc.png -trim sample.png
...but this creates a white background (step 2).
magick convert logosrc.png -trim -resize 600x600 ...
This works fine (step one)
magick convert logosrc.png -trim sample.png
...but this creates a white background (step 2).
magick convert logosrc.png -trim -resize 600x600 ...