Page 1 of 1

Unable to create grpahical watermark, SEVERAL ISSUES

Posted: 2013-05-24T08:14:41-07:00
by nldazuu
Don't know if I am at the right place but I seem to be unable working as before with the combination mogrify and image magik

on windows 7 with older version it worked without a hazzle, now on a brand new Win8 64+ machine, when adding graphical watermark (png / psd files) it suddenly keeps sending belows message.
When I just want to put in tekst or borders from mogrify it goes okay, but the final piece of the cake; the graphical watermarks sends below message to the log file:

mogrify.exe: unable to open image `E:\Foto': No such file or directory @ error/blob.c/OpenBlob/2644.
mogrify.exe: no decode delegate for this image format `E:\Foto' @ error/constitute.c/ReadImage/552.
mogrify.exe: Non-conforming drawing primitive definition `s' @ error/draw.c/DrawImage/3154.

Running on a WIN8 64+ machine
LR 4.4
Mogrify latest version
Image Magik 6.8.5-7 2013-05-19 Q16

Curious what to do to solve it, is it the wrong version on image magik, location (C:\program files

Re: Unable to create grpahical watermark, SEVERAL ISSUES

Posted: 2013-05-24T08:48:52-07:00
by snibgo
IM is looking for an image with filename "E:Foto". Does that file exist? Perhaps a path contains a space, and you have forgotten to quote it.

What is the exact command line?

Re: Unable to create grpahical watermark, SEVERAL ISSUES

Posted: 2013-05-24T09:42:12-07:00
by nldazuu
but what should I do than, E is the disk, and the disk name is E:\My photography?
where can I change that since all I do is in the plugin point out to where ImageMagik is located?
the folder E:\Foto isn't there on the disk?
//Dave

Re: Unable to create grpahical watermark, SEVERAL ISSUES

Posted: 2013-05-24T09:51:52-07:00
by snibgo
Sorry, I forgot the "\". What is your exact command line? If it includes directories or filenames with spaces, you must enclose them in quotes, like this:

Code: Select all

"E:\Foto XYZ\photo001.jpg"

Re: Unable to create grpahical watermark, SEVERAL ISSUES

Posted: 2013-05-24T10:30:27-07:00
by nldazuu
command line for what? please I cannot follow...
what you mean :?
I've never used any command lines in working with Mogrify and IM....it only is unable to function when I want to add a graphical watermark.....

Re: Unable to create grpahical watermark, SEVERAL ISSUES

Posted: 2013-05-24T10:46:42-07:00
by nldazuu
seem to have updated one part of the trouble...
now I get a graphical watermark (.psd file) in it...only it isn't transparant as background!!!

Re: Unable to create grpahical watermark, SEVERAL ISSUES

Posted: 2013-05-24T10:51:15-07:00
by snibgo
ImageMagick "mogrify" is a program that runs from the command line.

Perhaps you are using something different. How do you tell it what to do?