Search found 9 matches
- 2015-08-03T17:55:45-07:00
- Forum: Users
- Topic: Mogrify doesnt work in .bat-file. What to do?
- Replies: 41
- Views: 18255
Re: Mogrify doesnt work in .bat-file. What to do?
what happens when you try the setup with files that do not "@" or any other non-alphanumeric characters?
- 2015-08-03T16:24:21-07:00
- Forum: Users
- Topic: Mogrify doesnt work in .bat-file. What to do?
- Replies: 41
- Views: 18255
Re: Mogrify doesnt work in .bat-file. What to do?
I do not see an error message in the linked png.
Seems to me that you would want to do the mogrify after the renaming , not before.
wonder if the characters "/@" is causing trouble. Think you meant "\@" .
does "@" require escaping when using Windows?
Seems to me that you would want to do the mogrify after the renaming , not before.
wonder if the characters "/@" is causing trouble. Think you meant "\@" .
does "@" require escaping when using Windows?
- 2015-08-03T16:15:34-07:00
- Forum: Users
- Topic: Modifying one page of multipage TIF
- Replies: 8
- Views: 6251
Re: Modifying one page of multipage TIF
hi Fred (or any other admin), can the "Argh" reply i gave at the original post be moved over to here? It got posted before I saw the "split" message. thanks.
- 2015-08-03T16:13:29-07:00
- Forum: Users
- Topic: Win7-64 , ImageMagick
- Replies: 3
- Views: 3634
Re: Win7-64 , ImageMagick
All windows versions have the convert command. I have never had a problem as I have always let Imagemagick add the path to the environmental variables on install. I think the problem comes when people prevent Imagemagick doing that. But it is a good point to raise this again ceepea so others will ...
- 2015-08-03T11:05:14-07:00
- Forum: Users
- Topic: Win7-64 , ImageMagick
- Replies: 3
- Views: 3634
Win7-64 , ImageMagick
at first this was going to be a "WT?" post but I discovered the problem. Still going to post it in case others come across the issue of convert not seeming to work from the command line. Windows7 has a built in 'convert' command, so you need to either specify the full path to the IM convert or ...
- 2015-08-03T10:58:27-07:00
- Forum: Magick.NET
- Topic: Saving multipage TIF
- Replies: 12
- Views: 33013
Re: Saving multipage TIF
ARGH!!!! Found the problem, do not know if this is in a FAQ but hopefully others will see this. Wrong "convert" program was running. The built in "convert" of Win7 which converts file systems was being run, not the IM convert. When i specified the path to the IM convert, image creation worked fine ...
- 2015-08-03T10:44:02-07:00
- Forum: Users
- Topic: Modifying one page of multipage TIF
- Replies: 8
- Views: 6251
Re: Saving multipage TIF
hmm, i'm going to start a new topic as i can't get a batch file to work when parenthesis are tried.
I don't have dropbox and using a *nix machine is not an option for this job.
I don't have dropbox and using a *nix machine is not an option for this job.
- 2015-08-03T10:20:32-07:00
- Forum: Users
- Topic: Modifying one page of multipage TIF
- Replies: 8
- Views: 6251
Re: Saving multipage TIF
hi. trying the first option, i got error message Invalid Parameter - ( taking a closer look, i saw that there was no space after the "^" on line 1. put it in , but then i got error message of Invalid drive specification. -swap was unexpected at this time. So I made sure there was a space after each ...
- 2015-07-31T11:20:12-07:00
- Forum: Users
- Topic: Modifying one page of multipage TIF
- Replies: 8
- Views: 6251
Modifying one page of multipage TIF
I have a very similiar situation, need to create a fax tiff image from a standard image to a different file name, but only change the first page. I am having problems with the syntax, trying to do the clone and replace suggestion. Using Windows Version: ImageMagick 6.8.8-5 Q8 x86 2014-02-08 convert ...