Search found 45 matches

by eleison
2014-02-20T15:16:42-07:00
Forum: IMagick
Topic: Cropping larger images breaks imagick.
Replies: 21
Views: 26825

Re: Cropping larger images breaks imagick.

So how do I update? :/
by eleison
2014-02-20T15:14:13-07:00
Forum: IMagick
Topic: Cropping larger images breaks imagick.
Replies: 21
Views: 26825

Re: Cropping larger images breaks imagick.

Version: ImageMagick 6.5.4-7 2012-05-07 Q16 OpenMP http://www.imagemagick.org
Copyright: Copyright (C) 1999-2009 ImageMagick Studio LLC
by eleison
2014-02-20T15:04:48-07:00
Forum: IMagick
Topic: Cropping larger images breaks imagick.
Replies: 21
Views: 26825

Re: Cropping larger images breaks imagick.

How do i use these commands in imagick? I don't think you can or they don't have equivalents. You export them to your PATH or put the export command in your .profile file for Imagemagick to use when called by Imagick Have you tried your crop command using just PHP exec()? Do they work there? Are yo...
by eleison
2014-02-20T14:48:29-07:00
Forum: IMagick
Topic: Cropping larger images breaks imagick.
Replies: 21
Views: 26825

Re: Cropping larger images breaks imagick.

Enough space and open permissions is no problem.

How do i use these commands in imagick?
by eleison
2014-02-20T14:30:22-07:00
Forum: IMagick
Topic: Cropping larger images breaks imagick.
Replies: 21
Views: 26825

Re: Cropping larger images breaks imagick.

Thanks for taking your time try help me :) Does imagemagick got any memory or "limit" settings in itself?
by eleison
2014-02-20T13:54:03-07:00
Forum: IMagick
Topic: Cropping larger images breaks imagick.
Replies: 21
Views: 26825

Re: Cropping larger images breaks imagick.

Bonzo wrote:
Does isp limit filesizes btw? :O
If not file size it could be the file is using to much memory etc. I would talk to your hosts and see what they say.
I got root on server... So what memory limit should i change?
by eleison
2014-02-20T13:41:32-07:00
Forum: IMagick
Topic: Cropping larger images breaks imagick.
Replies: 21
Views: 26825

Re: Cropping larger images breaks imagick.

Does isp limit filesizes btw? :O
by eleison
2014-02-20T13:40:13-07:00
Forum: IMagick
Topic: Cropping larger images breaks imagick.
Replies: 21
Views: 26825

Re: Cropping larger images breaks imagick.

Your ISP may be limiting the file sizes that can be used in Imagick. Also check your permissions on the directories where your input and output images reside. Hum, I don't think that's the problem. Because sometimes it works and sometimes not. It's just the larger image crop the greater chance it w...
by eleison
2014-02-20T12:09:11-07:00
Forum: IMagick
Topic: Cropping larger images breaks imagick.
Replies: 21
Views: 26825

Cropping larger images breaks imagick.

I been trying to solve a bug / problem for several hours now. And i can't figure out whats wrong. I'm using an ajax call to send dynamic crop values (width, height, x, y) to a php script. When user submits a small cropping area everything works fine, imagick returns the correct image. But the larger...
by eleison
2013-12-11T01:18:47-07:00
Forum: Bugs
Topic: Imagemagick svg to jpg removes space when using åäö
Replies: 13
Views: 15001

Re: Imagemagick svg to jpg removes space when using åäö

I am planning to integrate librsvg in the windows build and make that the default instead of the internal svg handler. I hope I can spend some time on that this weekend. Thank you! I use windows as my test environment for a php function I'm building. I'm not sure what kind of imagemagick build i wi...
by eleison
2013-12-10T16:20:12-07:00
Forum: Bugs
Topic: Imagemagick svg to jpg removes space when using åäö
Replies: 13
Views: 15001

Re: Imagemagick svg to jpg removes space when using åäö

You are using the IM internal renderer for svg which is indicated by XML. I cannot help on Windows. But one of the others can. I typically install all my delegates first and then install IM from source on my unix/Mac. But Windows may be operate differently for delegates. So wait for one of the Wind...
by eleison
2013-12-10T16:14:36-07:00
Forum: Bugs
Topic: Imagemagick svg to jpg removes space when using åäö
Replies: 13
Views: 15001

Re: Imagemagick svg to jpg removes space when using åäö

I do not know if Inkscape is listed as a delegate. But IM needs to know it is there. You can tell by convert -list format look at the line for SVG and see which delegate it is using. I am not using Inkscape, so mine shows RSVG SVG SVG rw+ Scalable Vector Graphics ( RSVG 2.36.4 ) If yours shows MSVG...
by eleison
2013-12-10T15:58:51-07:00
Forum: Bugs
Topic: Imagemagick svg to jpg removes space when using åäö
Replies: 13
Views: 15001

Re: Imagemagick svg to jpg removes space when using åäö

I use IM v6.8.7-0 on Windows 7. Using IM internal SVG rendering I get your bad result. But when I use it with Inkscape (v0.48) I get the good result. As a general rule, Inkscape works better than IM's internal rendering. Thank you for letting me know! I was about to install newer version... Hum the...
by eleison
2013-12-10T15:53:48-07:00
Forum: Bugs
Topic: Imagemagick svg to jpg removes space when using åäö
Replies: 13
Views: 15001

Re: Imagemagick svg to jpg removes space when using åäö

Thanks for quick reply! DELEGATES bzlib freetype jpeg jp2 lcms png tiff x11 xml wmf zlib Am I missing something? When converting same svg with inkscape cmd i get no errors. I'm using windows 7 64bit. I did install from binary. This was the only version of IM i got to work on my Wampserver configurat...
by eleison
2013-12-10T15:19:08-07:00
Forum: Bugs
Topic: Imagemagick svg to jpg removes space when using åäö
Replies: 13
Views: 15001

Imagemagick svg to jpg removes space when using åäö

I'm using imagemagick to convert svg files to jpg/png on server. Painly it doesn't render the jpg-image correct. The problem occurs when I use åäö as first letter in the second word. Then it removes the space between the words. Example: jag är en ful älg -> jagär en ful älg. Image sample: http://pos...