Skip to main content

All Questions

Tagged with
2 votes
0 answers
319 views

How to process images of documents to look like a scan?

Assume that I have photos of several text documents and presentation slides captured using my smartphone camera. Due to uneven lighting, these photos have color and brightness gradients. Also, the ...
user's user avatar
  • 21
0 votes
1 answer
201 views

is JPEG artifact in any case unavoidable when increasing image size?

When I increase the image size to 200% or higher , the JPEG artifacts (ugly dots around sharp edges) are clearly visible. Same goes for PDF files that are lossily compressed. Are there no compression ...
medukia's user avatar
  • 33
1 vote
1 answer
1k views

How do I properly downscale an image from 300 dpi down to 72 dpi using imagemagick?

As the title says, I want to know the proper way to downscale my image that is originally 300 dpi down to 72 dpi while still maintaining the same quality of the image. By quality, I don't mean the ...
user9564371's user avatar
4 votes
1 answer
614 views

How do I produce a PDF from imagemagick with Fast Web View enabled?

I collate a bunch of images into a single PDF using ImageMagick. While this works properly, when I open the PDF on the browser and go to properties, it's showing that Fast Web View is not enabled for ...
user9564371's user avatar
0 votes
0 answers
133 views

Merge the multipage tiff in subfolder to another output folder as single image

Iam trying to merge the multipage tiff in subfolder to another output folder as single image. the base command is convert f:\input*.tif f:\output\image1.tif My question : Iam getting no output. What ...
Travelz Online's user avatar
0 votes
0 answers
105 views

textcleaner not found error on powershell

Iam trying to run the textcleaner script on windows powershell(bash) textcleaner.sh -g -e normalize -f 50 -o 10 -s 10 "F:\Testing\input\input.tif" "F:\Testing\output\input.tif" I ...
Travelz Online's user avatar
0 votes
1 answer
3k views

How to extract pages 3, 4, 5 from a PDF from Windows command line?

Note: I have already found solutions for Linux (see How to extract all pages of one big pdf file?) or solutions with Python, or solutions with freeware GUI tools. How do I extract specific pages from ...
Basj's user avatar
  • 1,916
0 votes
2 answers
1k views

Getting "Invalid Parameter - -fuzz" on ImageMagick convert command on Windows 10

Getting this on the latest version of Windows (via GitHub Actions): Command failed: convert.exe "D:\a\stone\stone\build\image.jpg" -fuzz 20% -fill ""#111111"" opaque &...
Lance's user avatar
  • 387
1 vote
2 answers
1k views

ImageMagick with filenames with hyphens: "unrecognized option"

I am trying to use ImageMagick 7.0.10 on Windows 10 v2004 to crop images to a 256×256 square. After cding into the source folder, which has a file called "-s-u-c-k- .png - (hex-a-decimal).png&...
mic's user avatar
  • 522
0 votes
0 answers
428 views

animated gif speed, nice in ImageMagick or GraphicsMagic, slow in powerpoint

I have N tiff files. In linux I can do convert -delay 0 -loop 0 *.tiff output.gif In linux, using gm animate *.tif I get a nice smooth rotation at a nice speed. And if I recreate N tiff files to ...
ron's user avatar
  • 758
0 votes
1 answer
397 views

Add a new ImageMagick command in an existing batch file

I have this batch file: for %%f in (*.svg) do ( "C:\Program Files\Inkscape\inkscape.com" ^ -z ^ --export-background-opacity=0 ^ --export-height=256 ^ --export-png="%%~nf_256x256.png" ^ --...
Gerlof Leuhof's user avatar
4 votes
1 answer
4k views

Extract Thumbnail from CR2 Image using exiftool

I am attempting to extract a JPEG thumbnail image from a CR2 image, using exiftool, in Windows. I was successful in doing so using this program, QuickJPGFromCR2. From the description, it appears to ...
Johndt's user avatar
  • 145
1 vote
2 answers
5k views

How do I install ImageMagick for MinGW on Windows 7?

Well... I have already installed MinGW32 (I don't know the version - installed in a folder named Git 2.4.4.2) on Windows 7, and I want to install ImageMagick to run some scripts like the follow: echo &...
Universe's user avatar
  • 121
2 votes
3 answers
1k views

creating numbered image series in imagemagick

How can I create a numbered image series? I have to give number(writing on them) to thousands of images. Is there an easy way to do this: convert input.png -font arial -fill black -pointsize 10 -...
destor's user avatar
  • 223
2 votes
1 answer
839 views

ImageMagick `display` on MS Windows

Is there a way to use ImageMagick's display command-line tool on MS Windows? As far as I know, it requires an X Window System, which MS Windows does not have. Yet, the MS Windows binary come with ...
d125q's user avatar
  • 127

15 30 50 per page