Hi
Thanks. Will do the same.
Appreciated your help.
Search found 20 matches
- 2019-04-22T21:54:06-07:00
- Forum: Users
- Topic: Convert 300 dpi to 1024 dpi
- Replies: 4
- Views: 5025
- 2019-04-22T10:12:03-07:00
- Forum: Users
- Topic: Convert 300 dpi to 1024 dpi
- Replies: 4
- Views: 5025
Re: Convert 300 dpi to 1024 dpi
Hi
Many Thanks
Below script works fine.
magick input.tif d:\temp\tmp.mpc
magick.exe -units PixelsPerInch d:\temp\tmp.mpc -resample 1024 output.tif
Does it work for output as 1920 dpi image. ? How much space need for that ?
Looking forward your reply.
Many Thanks.
Many Thanks
Below script works fine.
magick input.tif d:\temp\tmp.mpc
magick.exe -units PixelsPerInch d:\temp\tmp.mpc -resample 1024 output.tif
Does it work for output as 1920 dpi image. ? How much space need for that ?
Looking forward your reply.
Many Thanks.
- 2019-04-22T02:25:55-07:00
- Forum: Users
- Topic: Convert 300 dpi to 1024 dpi
- Replies: 4
- Views: 5025
Convert 300 dpi to 1024 dpi
Hi I am using IM 7.0.8 64 bit. I have 250GB free space in D:\ drive Used below command to set the path set MAGICK_TEMPORARY_PATH=d:\temp >magick.exe -units PixelsPerInch input.tif -resample 1024 output.tif My system config 16GB RAM 256 SSD 1TB harddisk. I have waiting for above 2 hours but still ...
- 2019-03-29T10:05:29-07:00
- Forum: Users
- Topic: Add white border to existing large image
- Replies: 10
- Views: 7683
Re: Add white border to existing large image
HI Tried with 355GB free space external hard drive using following script set MAGICK_TEMPORARY_PATH=e:\im - 355GB free space in e: drive D:\Program Files\ImageMagick-7.0.8-Q8>magick.exe d:\1920.tif -border 8000x8000 output.tif magick.exe: Incompatible type for "RichTIFFIPTC"; tag ignored ...
- 2019-03-29T09:51:28-07:00
- Forum: Users
- Topic: convert pdf to tiff
- Replies: 2
- Views: 5122
Re: convert pdf to tiff
Thanks you are correct.
I just wrongly mention the input file type as tif instead of pdf.
Will check with GS and update you.
Many Thanks
I just wrongly mention the input file type as tif instead of pdf.
Will check with GS and update you.
Many Thanks
- 2019-03-29T09:50:49-07:00
- Forum: Users
- Topic: Add white border to existing large image
- Replies: 10
- Views: 7683
Re: Add white border to existing large image
Hi Thanks for your response Tried following script. magick.exe d:\1920.tif -border 8000x8000 output.tif magick.exe: Incompatible type for "RichTIFFIPTC"; tag ignored. `TIFFFetchNormalTag' @ warning/tiff.c/TIFFWarnings/995. magick.exe: memory allocation failed `d:\1920.tif' @ error/tiff.c ...
- 2019-03-29T04:13:08-07:00
- Forum: Users
- Topic: convert pdf to tiff
- Replies: 2
- Views: 5122
convert pdf to tiff
Hi I am using ImageMagick-7.0.8-Q16 64 bit for windows. I am using following script for convert multipage pdf to multiple tiff file. magick.exe -density 300 test,tif -depth 8 temp_%d.tiff i am getting following error. magick.exe: FailedToExecuteCommand `"gswin32c.exe" -q -dQUIET -dSAFER -dBATCH ...
- 2019-03-29T04:03:34-07:00
- Forum: Users
- Topic: Add white border to existing large image
- Replies: 10
- Views: 7683
Re: Add white border to existing large image
Hi I have downloaded ImageMagick-7.0.8-Q8 64 bit for windows. set MAGICK_TEMPORARY_PATH=d:\temp magick.exe -border 8000x8000 d:\1920.tif output.tif magick.exe: no images found for operation `-border' at CLI arg 1 @ error/operation.c/CLIOption/5262. What is the operation in 7.0.8 version instead of ...
- 2019-03-29T03:50:20-07:00
- Forum: Users
- Topic: Add white border to existing large image
- Replies: 10
- Views: 7683
Re: Add white border to existing large image
Hi
My external hard drive has 500GB free space, shall i use that?
Approximately how much time it will take to complete the process(add 8000 pixel in each side to large image (based on above input image)).
Many Thanks.
My external hard drive has 500GB free space, shall i use that?
Approximately how much time it will take to complete the process(add 8000 pixel in each side to large image (based on above input image)).
Many Thanks.
- 2019-03-29T03:18:47-07:00
- Forum: Users
- Topic: Add white border to existing large image
- Replies: 10
- Views: 7683
Re: Add white border to existing large image
Hi
Thanks for quick response.
So what is the solution for that? Should i use latest IM version? 500 GB free space.
How can i make it fast? it is possible to do the less than 2 minutes (add border).
Many thanks
Thanks for quick response.
So what is the solution for that? Should i use latest IM version? 500 GB free space.
How can i make it fast? it is possible to do the less than 2 minutes (add border).
Many thanks
- 2019-03-29T02:58:49-07:00
- Forum: Users
- Topic: Add white border to existing large image
- Replies: 10
- Views: 7683
Add white border to existing large image
Hi I am using IM version ImageMagick-6.8.5-3 on windows. source image test.tif (1920 dpi, width - 51840 , height - 115200, bit depth - 1, image size - 711.MB) set MAGICK_TEMPORARY_PATH=d:\temp - 50 GB available in d: drive i am trying to add border like 8000 pixels to left, right , top and bottom to ...
- 2019-03-19T08:24:19-07:00
- Forum: Users
- Topic: Add border to large image
- Replies: 5
- Views: 4134
Re: Add border to large image
Hi set MAGICK_TEMPORARY_PATH=d:\temp convert.exe -border 1000x1000 d:\1920dpi.tif d:\border.tif TIFFWriteDirectoryTagData: IO error writing tag data. convert.exe: Incompatible type for "RichTIFFIPTC"; tag ignored. `TIFFFetchNormalTag' @ warning/tiff.c/TIFFWarnings/824. convert.exe: unable to extend ...
- 2019-03-19T07:32:56-07:00
- Forum: Users
- Topic: Add border to large image
- Replies: 5
- Views: 4134
Re: Add border to large image
Thanks.
Will check and update you.
Once again thanks.
Will check and update you.
Once again thanks.
- 2019-03-19T06:33:23-07:00
- Forum: Users
- Topic: Convert low DPI to high DPI
- Replies: 2
- Views: 2970
Re: Convert low DPI to high DPI
Hi
Thanks for reply.
Here device means what? can you send the script for that how to allocate the cash memory/device memory.
c: drive 4.5gb free already
d:\ drive 45GB available.
Am i correct.? Help me to fix the issue.
Thanks for reply.
Here device means what? can you send the script for that how to allocate the cash memory/device memory.
c: drive 4.5gb free already
d:\ drive 45GB available.
Am i correct.? Help me to fix the issue.
- 2019-03-19T06:32:56-07:00
- Forum: Users
- Topic: Add border to large image
- Replies: 5
- Views: 4134
Re: Add border to large image
Hi
Thanks for reply.
Here device means what? can you send the script for that how to allocate the cash memory/device memory.
c: drive 4.5gb free already
d:\ drive 45GB available.
Am i correct.? Help me to fix the issue.
Thanks for reply.
Here device means what? can you send the script for that how to allocate the cash memory/device memory.
c: drive 4.5gb free already
d:\ drive 45GB available.
Am i correct.? Help me to fix the issue.