Search found 6 matches

by dehein2
2010-11-22T05:31:50-07:00
Forum: Users
Topic: Imagemagick on IIS Windows 2008 SP2 Server
Replies: 0
Views: 4859

Imagemagick on IIS Windows 2008 SP2 Server

Hi,
im trying to set up imagemagick on an Windows Webserver 2008 SP2 with IIS and Plesk installed.
I've tryed a lot of thing but i dont get Imagemagick to work. (typo3, gallery2)
So here a few questions:

1. Do i have to load a php-extendion?
2. Should i use a dll (ImageMagick-6.6.5-10-Q8-windows ...
by dehein2
2010-06-22T05:56:26-07:00
Forum: Users
Topic: Blurred border using Mogrify
Replies: 36
Views: 69842

Re: Blurred border using Mogrify

you mean like this:

@echo off
echo Processing...
:loop

if "%1"=="" goto endloop

if exist %1 call convert %1 ( +clone -blur 10x4 -fill white -colorize 30% ) ( +clone -gamma 0 -shave 30x30 -bordercolor white -border 30x30 ) -composite ( +clone -gamma 0 -shave 30x30 -bordercolor white -border 1x1 ...
by dehein2
2010-06-17T13:46:47-07:00
Forum: Users
Topic: Blurred border using Mogrify
Replies: 36
Views: 69842

Re: Blurred border using Mogrify

i dont think it has anything to do with LR features. All LR does is
1. Export Pictures - JPG
2. Start the Batch and tells the filename.. all convertion is done bei IM
by dehein2
2010-06-17T01:10:08-07:00
Forum: Users
Topic: Blurred border using Mogrify
Replies: 36
Views: 69842

Re: Blurred border using Mogrify

no one an idea? i just dont see why it works "stand-alone" but not with Lightroom...

THANKS
by dehein2
2010-06-14T23:19:19-07:00
Forum: Users
Topic: Blurred border using Mogrify
Replies: 36
Views: 69842

Re: Blurred border using Mogrify

Hi,
i've tried that before.. without success :(

Thanks
by dehein2
2010-06-14T14:25:53-07:00
Forum: Users
Topic: Blurred border using Mogrify
Replies: 36
Views: 69842

Re: Blurred border using Mogrify

Hi,
im trying to combine this skript (http://tomyeah.com/lightroom-post-processing-with-imagemagick/) for Lightroom with the frame described here, but i dont geht it to work.
Both skripts work on their own; the first one:
@echo off
echo Processing…
:loop
if “%1”==”” goto endloop
if exist %1 call “E ...