Search found 4 matches

by darklow
2016-06-02T03:16:17-07:00
Forum: Bugs
Topic: Cannot convert images from URL on Alpine Linux Edge
Replies: 6
Views: 8793

Re: Cannot convert images from URL on Alpine Linux Edge

snibgo looks like you're right and libxml support is missing. On previous version only "https" is working (if I understood correctly it may use curl for https). Another question is why HTTPS stopped working on newest. On edge + ImageMagick 6.9.4.1 (Doesn't work either http nor https) $ identify http ...
by darklow
2016-06-02T02:32:41-07:00
Forum: Bugs
Topic: Cannot convert images from URL on Alpine Linux Edge
Replies: 6
Views: 8793

Re: Cannot convert images from URL on Alpine Linux Edge

I am testing both versions in docker containers, so they have identical environments, and it works in older (Alpine Linux v3.3 + 6.9.3.4) and doesn't work in newer (Alpine Linux edge + 6.9.4.1). Converting local PNGs and JPGs work fine, the problem is only with remote images (starting with http or ...
by darklow
2016-06-01T17:18:01-07:00
Forum: Bugs
Topic: Cannot convert images from URL on Alpine Linux Edge
Replies: 6
Views: 8793

Re: Cannot convert images from URL on Alpine Linux Edge

fmw42 thanks for your reply. I am also receiving same errors on JPG and any other remote files, so it can't be related to PNG lib. And I also tried images from different domains and got same error. Using curl and wget I can access same files that i cant open with convert. And what is interesting: 1 ...
by darklow
2016-06-01T16:08:33-07:00
Forum: Bugs
Topic: Cannot convert images from URL on Alpine Linux Edge
Replies: 6
Views: 8793

Cannot convert images from URL on Alpine Linux Edge

I can't convert images directly from URL (both http and https) on Alpine Linux edge (docker container): Version: 6.9.4.1-r0 https://pkgs.alpinelinux.org/package/edge/main/x86_64/imagemagick convert http://duckduckgo.com/assets/logo_homepage.normal.v102.png d.png convert: unable to open image ...