Search found 5 matches

by horst
2014-04-18T10:28:27-07:00
Forum: IMagick
Topic: Problem with imagick in php code
Replies: 3
Views: 9074

Re: Problem with imagick in php code

You first need to check if you are running a x86 (32bit) Apache / PHP or really a x64 bit one. I'm not sure but most installations on Windows maybe x86 (regardless if you running a x64 windows). I have taken a Imagick extension from here: http://www.peewit.fr/imagick/ I'm running PHP 5.4.26 as ...
by horst
2014-04-12T08:21:22-07:00
Forum: IMagick
Topic: conversion w. ICC-Profiles behave different on dif. machines
Replies: 5
Views: 10464

Re: conversion w. ICC-Profiles behave different on dif. mach

Hi, regarding to old versions, I can tell you that the hoster holds 3 different (major) versions: Pfad zu ImageMagick 4.2.9: /usr/bin/ImageMagick_4.2.9/ (für Typo3) Pfad zu ImageMagick 5.5.4: /usr/bin/ Pfad zu ImageMagick 6.2.6: /usr/bin/ImageMagick_6.2.6/bin/ But the named 6.2.6 actually is the 6.6. ...
by horst
2014-04-11T06:32:07-07:00
Forum: IMagick
Topic: conversion w. ICC-Profiles behave different on dif. machines
Replies: 5
Views: 10464

Re: conversion w. ICC-Profiles behave different on dif. mach

Many thanks for helping out, Fred. I have checked the configure and delegates files, both versions have listed lcms, but nothing about a version of lcms. Also lcms is listed in configure.xml as a delegate lib, but in the delegates.xml ist isn't present (it's the same in both installations). Also the ...
by horst
2014-04-09T05:32:49-07:00
Forum: IMagick
Topic: conversion w. ICC-Profiles behave different on dif. machines
Replies: 5
Views: 10464

Re: conversion w. ICC-Profiles behave different on dif. mach

Hi, regarding my first post, is this an issue with the version being 6.6.9 or do you need more information? I don't wanted to paste a whole bunch of code into my first post. Also it is obvious that the code (can) work, at least with the version 6.8.8, so, I have provided example output. As I'm new ...
by horst
2014-04-07T02:13:58-07:00
Forum: IMagick
Topic: conversion w. ICC-Profiles behave different on dif. machines
Replies: 5
Views: 10464

conversion w. ICC-Profiles behave different on dif. machines

Hello, I use cms with ICC-Profiles with Imagick on my local windows and it works really fine. Input can be any file regardless of colordepth, colorspace and if it has an embedded profile or not. Input is the embedded profile or a config-defined default profile per colorspace (rgb gray cmyk). As ...