Search found 15 matches

by cbonallo
2012-02-27T09:15:33-07:00
Forum: Bugs
Topic: convert not always ovewriting output
Replies: 24
Views: 40568

Re: convert not always ovewriting output

Thanks. From another post I found it appears it doesn't like the spaces. However, the script runs fine! So I'm ignoring this for now. No sense in uninstalling ImageMagick and reinstalling for the fun of it...
by cbonallo
2012-02-24T12:52:16-07:00
Forum: Bugs
Topic: convert not always ovewriting output
Replies: 24
Views: 40568

Re: convert not always ovewriting output

So I am copying to a temp directory and sending error to a log. When ti is succesfully resizing and copying the images I get this???

convert.exe: unable to open image `/': Permission denied @ blob.c/OpenBlob/2480.
1 file(s) copied.
by cbonallo
2012-02-23T17:14:28-07:00
Forum: Bugs
Topic: convert not always ovewriting output
Replies: 24
Views: 40568

Re: convert not always ovewriting output

So it's me again. Just had some more images pointed out to me that fit the discribed issue that we had over a year ago. I don't know how to fix this. If I can write to a clean directory and have these images come up wrong then how can I fix this? I was thinking of added a delete to it first, but sin...
by cbonallo
2011-09-01T14:51:06-07:00
Forum: Users
Topic: set a variables with the width and height of a image in dos
Replies: 3
Views: 8018

Re: set a variables with the width and height of a image in

I did try that but it still would not work. The parser was getting confused on the FOR command with all those quotes. I had to use a temp file for the value but I am concerned that it will be over written when running too quickly and the proper value will not be there at the proper time. This is wor...
by cbonallo
2011-08-31T08:55:16-07:00
Forum: Users
Topic: set a variables with the width and height of a image in dos
Replies: 3
Views: 8018

set a variables with the width and height of a image in dos

I am starting a new thread because I was asked to. Don't resurrect old threads especially ones 6 years old! See IM examples, Windows Usage http://www.imagemagick.org/Usage/windows/ This was not available when the original discussion was written. I have searched the examples and documentation and bel...
by cbonallo
2010-10-04T08:30:14-07:00
Forum: Bugs
Topic: convert not always ovewriting output
Replies: 24
Views: 40568

Re: convert not always ovewriting output

Does IM have a temp area it could be holding onto images in?
by cbonallo
2010-10-04T08:23:03-07:00
Forum: Bugs
Topic: convert not always ovewriting output
Replies: 24
Views: 40568

Re: convert not always ovewriting output

Could try that. However it does not explain the images that are there. They do not exist on the file system in the first place. Can image magic read the "deleted" images data on the file system? Windows Server 2003 R2.
by cbonallo
2010-10-01T16:40:55-07:00
Forum: Bugs
Topic: convert not always ovewriting output
Replies: 24
Views: 40568

Re: convert not always ovewriting output

Now I am really confused. I used a blank folder and reran all the images so they did not have to overwrite and the same images are wrong again! They look nothing like the originals and when I do it as a one off it works just fine! Where could it be getting those images?
by cbonallo
2010-10-01T08:50:06-07:00
Forum: Bugs
Topic: convert not always ovewriting output
Replies: 24
Views: 40568

Re: convert not always ovewriting output

These are JPG's. Any clue as to the proper commands to check the JPG header and file modify date? Sadly I am more developer than photographer so I don't know much about image files...
by cbonallo
2010-09-30T16:51:01-07:00
Forum: Bugs
Topic: convert not always ovewriting output
Replies: 24
Views: 40568

Re: convert not always ovewriting output

Thanks for the tip on -regards-warnings. I'll give that a shot and see if I can get more info. Do you know where the warnings are stored?
by cbonallo
2010-09-30T16:45:25-07:00
Forum: Bugs
Topic: convert not always ovewriting output
Replies: 24
Views: 40568

Re: convert not always ovewriting output

Well none of the images are write protected. IM is not throwing any errors. So my guess is that Im is opening the filename, which changes the dates and is not getting a chance to write to the file. Would IM not produce an error if it was able to open the file and not able to close it?
by cbonallo
2010-09-30T08:13:43-07:00
Forum: Bugs
Topic: convert not always ovewriting output
Replies: 24
Views: 40568

Re: convert not always ovewriting output

No. Let's see if I can make this clear. All the images are good images. However in some cases the new resized image is replacing an old image under the same name. On some of these particular images, the modified date is changed but it is still the old image, not the new one. It would read back ok.
by cbonallo
2010-09-29T09:26:40-07:00
Forum: Bugs
Topic: convert not always ovewriting output
Replies: 24
Views: 40568

Re: convert not always ovewriting output

What good would reading the image back do? If I checked the modify date it would be correct and I don't know the size because I resize it so what else can I compare that would be unique to a properly saved image verses one that is not?
by cbonallo
2010-09-28T08:19:13-07:00
Forum: Bugs
Topic: convert not always ovewriting output
Replies: 24
Views: 40568

Re: convert not always ovewriting output

We resized 80,000 images in 17 hour period. I have no idea which ones of those did not get updated... So this has never occured before? Are there any commands that can check the output image integrity?

Cory Bonallo
by cbonallo
2010-09-27T11:36:21-07:00
Forum: Bugs
Topic: convert not always ovewriting output
Replies: 24
Views: 40568

convert not always ovewriting output

We are using ImageMagic 6.5.6-10-Q8 in combination with WatchDir. The Command Line bat file contains this code: "C:\Program Files\ImageMagick-6.5.6-Q8\convert.exe" "%WD_FILE%" -resample 72 / -filter lagrange -set option:filter:support 2.5 -resize 175X175 "\\harvard\webimages...