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
Unable to create grpahical watermark, SEVERAL ISSUES
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: Unable to create grpahical watermark, SEVERAL ISSUES
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?
What is the exact command line?
snibgo's IM pages: im.snibgo.com
Re: Unable to create grpahical watermark, SEVERAL ISSUES
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
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
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: Unable to create grpahical watermark, SEVERAL ISSUES
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"
snibgo's IM pages: im.snibgo.com
Re: Unable to create grpahical watermark, SEVERAL ISSUES
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.....
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
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!!!
now I get a graphical watermark (.psd file) in it...only it isn't transparant as background!!!
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: Unable to create grpahical watermark, SEVERAL ISSUES
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?
Perhaps you are using something different. How do you tell it what to do?
snibgo's IM pages: im.snibgo.com