Search found 6 matches
- 2015-12-03T14:55:57-07:00
- Forum: Bugs
- Topic: "auto-orient" + "flatten"
- Replies: 7
- Views: 4267
Re: "auto-orient" + "flatten"
You are right - sorry for disturbing.
- 2015-12-03T14:26:59-07:00
- Forum: Bugs
- Topic: "auto-orient" + "flatten"
- Replies: 7
- Views: 4267
Re: "auto-orient" + "flatten"
Input images are user-uploaded image files.
They can have layers - and I want a generic commandline (any uploaded image should become a PNG/JPG image)
They can have layers - and I want a generic commandline (any uploaded image should become a PNG/JPG image)
- 2015-12-03T10:45:11-07:00
- Forum: Bugs
- Topic: "auto-orient" + "flatten"
- Replies: 7
- Views: 4267
Re: "auto-orient" + "flatten"
Same, orientation-flag-example is wrong: wget https://raw.githubusercontent.com/recurser/exif-orientation-examples/master/Landscape_5.jpg /usr/local/bin/convert "Landscape_5.jpg" -auto-orient -flatten "result.png" From this list all the images work but the "5s" and the "7s": https://github.com ...
- 2015-12-03T03:42:11-07:00
- Forum: Bugs
- Topic: "auto-orient" + "flatten"
- Replies: 7
- Views: 4267
"auto-orient" + "flatten"
Testcase (result should be 'landscape'): wget https://raw.githubusercontent.com/recurser/exif-orientation-examples/master/Landscape_5.jpg /usr/local/bin/convert -auto-orient "Landscape_5.jpg" -flatten "result.png" Other examples from this list work fine. ImageMagick 6.9.2-7 Thanks!
- 2015-12-02T15:22:43-07:00
- Forum: Users
- Topic: Any image to PNG
- Replies: 3
- Views: 9204
Re: Any image to PNG
Thanks a lot, My problem: The "flatten" image is simply white. Goal: A commandline "Uploaded image goes in - image for everyone (=png/jpeg) comes out". Testcase: http://doppelbauer.name/psd-layers.psd I don't use dropbox - but you may use a proxy, e.g.: https://hide.me/de/proxy Commandline: convert ...
- 2015-12-02T14:55:33-07:00
- Forum: Users
- Topic: Any image to PNG
- Replies: 3
- Views: 9204
Any image to PNG
Hello, Is there a single command line to convert any image to a PNG? `display` works for all images we have tried - but `convert` did not. We have problems with multiple layer images. Testcase: wget "http://doppelbauer.name/psd-layers.psd" convert -coalesce "psd-layers.psd" -background none -flatten ...