Unable to create grpahical watermark, SEVERAL ISSUES

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
nldazuu
Posts: 4
Joined: 2013-05-24T08:01:36-07:00
Authentication code: 6789

Unable to create grpahical watermark, SEVERAL ISSUES

Post 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
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: Unable to create grpahical watermark, SEVERAL ISSUES

Post 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?
snibgo's IM pages: im.snibgo.com
nldazuu
Posts: 4
Joined: 2013-05-24T08:01:36-07:00
Authentication code: 6789

Re: Unable to create grpahical watermark, SEVERAL ISSUES

Post 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
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: Unable to create grpahical watermark, SEVERAL ISSUES

Post 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"
snibgo's IM pages: im.snibgo.com
nldazuu
Posts: 4
Joined: 2013-05-24T08:01:36-07:00
Authentication code: 6789

Re: Unable to create grpahical watermark, SEVERAL ISSUES

Post 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.....
nldazuu
Posts: 4
Joined: 2013-05-24T08:01:36-07:00
Authentication code: 6789

Re: Unable to create grpahical watermark, SEVERAL ISSUES

Post 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!!!
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: Unable to create grpahical watermark, SEVERAL ISSUES

Post 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?
snibgo's IM pages: im.snibgo.com
Post Reply