I'm trying to use Convert to directly access an image on the internet, then convert it and save it locally. This seems to work fine:
convert http://mywebsite.com/welcome.png -resize 150x150 c:\images\c-07352-01.png
But if I use HTTPS, it does not work:
convert https://mywebsite.com/welcome.png ...
Search found 1 match
- 2011-03-18T07:43:26-07:00
- Forum: Users
- Topic: Using Convert directly with HTTPS
- Replies: 2
- Views: 6725