Search found 16 matches
- 2017-07-20T00:08:39-07:00
- Forum: Users
- Topic: Question on install 8bits vs 16bits to support 16bits
- Replies: 1
- Views: 3200
Question on install 8bits vs 16bits to support 16bits
RE: http://www.imagemagick.org/script/download.php The Windows version of ImageMagick is self-installing. Simply click on the appropriate version below and it will launch itself and ask you a few installation questions. Versions with Q8 in the name are 8 bits-per-pixel component (e.g. 8-bit red, 8 ...
- 2017-01-02T17:25:03-07:00
- Forum: Users
- Topic: How to batch resize to a specific aspect ratio by adding white borders
- Replies: 2
- Views: 8961
How to batch resize to a specific aspect ratio by adding white borders
Hello, I have a bunch of (scan) jpegs, which have different pixel resolutions and display ratios. for instance 730x1080, 764x1080, 2059x2912 I which to convert all of them to A4 format, aka 210x297 in whatever sufficient dpi. It means that some jpeg, do need some white borders on their width, or on ...
- 2016-09-06T01:23:44-07:00
- Forum: Developers
- Topic: ImageMagick install and ffmpeg - install feature request
- Replies: 1
- Views: 8228
ImageMagick install and ffmpeg - install feature request
Hi, Requesting a small change in install under Windows (and Linux). 1/ FFmpeg is a very used app, not only by IM, therefore it would be nice to have a feature at ImageMagick install to ask if it should take the path to an already existing ffmpeg or rather install its own ffmpeg. On my system, due to ...
- 2015-01-30T02:41:57-07:00
- Forum: Users
- Topic: Where to get source code for Q16 version
- Replies: 6
- Views: 5859
Where to get source code for Q16 version
RE: http://www.imagemagick.org/script/download.php
Hello,
I want to build from source, but in the latest the source are named as ImageMagick-6.9.0-4.tar.gz
Where is the Q16 version?
Thanks
Hello,
I want to build from source, but in the latest the source are named as ImageMagick-6.9.0-4.tar.gz
Where is the Q16 version?
Thanks
- 2014-05-18T02:35:05-07:00
- Forum: Users
- Topic: IM static and ffmpeg update what about binary compatibility
- Replies: 0
- Views: 4072
IM static and ffmpeg update what about binary compatibility
Hi, Under Win 7, I have installed ImageMagick-6.8.9-1-Q16-x64-static.exe Now, inside IM folder there is ffmpeg.exe As ffmpeg is daily updated for improving (almost) in matters of bugs, hardware support (for instance enabling SSE2) and codec support, I wonder if IM can't be linked to updated ffmpeg ...
- 2013-12-26T10:01:45-07:00
- Forum: Bugs
- Topic: montage tile reproducable bug with non English char
- Replies: 4
- Views: 8180
montage tile reproducable bug with non English char
OS: Win7 64bits ImageMagick 6.8.6-7 2013-07-23 Q16 Hello, Each time I batch process with non English characters in the file name, the montage fails eCli Example: montage -mode concatenate -tile 3x2 *.jpg -resize 900x +adjoin _3Cols_2Rows%02d.jpg Output error example: montage.exe: unable to open ...
- 2013-08-04T16:53:04-07:00
- Forum: Users
- Topic: How to batch tile images in 3x2 -montage +adjoin?
- Replies: 5
- Views: 9849
Re: How to batch tile images in 3x2 -montage +adjoin?
On your side, can you reproduce the issue?
- 2013-08-03T16:06:23-07:00
- Forum: Users
- Topic: How to batch tile images in 3x2 -montage +adjoin?
- Replies: 5
- Views: 9849
Re: How to batch tile images in 3x2 -montage +adjoin?
If the file name contains non US chars, such as éçàù.... then it does not work. Test case: à.jpg é.jpg è.jpg ê.jpg identify *.jpg > dumpImgsIndentity.txt Output identify.exe: unable to open image `à.JPG': No such file or directory @ error/blob.c/OpenBlob/2643. identify.exe: unable to open image `è.JP ...
- 2013-08-03T14:06:31-07:00
- Forum: Users
- Topic: How to batch tile images in 3x2 -montage +adjoin?
- Replies: 5
- Views: 9849
Re: How to batch tile images in 3x2 -montage +adjoin?
*
works perfectly in another directory
* Note: no error is prompted on shell.
Oups, My mistake
Code: Select all
montage -tile 3x2 -mode concatenate "*.jpg" _pages%02d.jpg
* Note: no error is prompted on shell.
Oups, My mistake
I look into thatmontage.exe: unable to open image `.....': No such file or directory @ error/blob.c/OpenBlob/2643.
- 2013-08-03T05:08:11-07:00
- Forum: Users
- Topic: How to batch tile images in 3x2 -montage +adjoin?
- Replies: 5
- Views: 9849
How to batch tile images in 3x2 -montage +adjoin?
Hi, Under Win7, I have a directory of jpeg, they are lexically sorted by some date preceeding some comment about the image content, for example: 2011-07-12 12h15 My first image.jpg 2012-08-29 09h45 éèàç.jpg Using the lexicographic order of the files, I want to make a montage of the image by group of ...
- 2013-07-21T17:10:57-07:00
- Forum: Users
- Topic: Which Exif are usefull for image processing?
- Replies: 6
- Views: 6437
Re: Which Exif are usefull for image processing?
OK, my prime question was badly formulated, I agree when working on the source shot. But as soon as for instance, one applies some transformations, for example: convert -auto-orient -crop 2752x2168+1300+600 -normalize -resize 1980x1980 What EXIF are still correct and usefull to keep, or if you ...
- 2013-07-12T17:52:47-07:00
- Forum: Users
- Topic: Which Exif are usefull for image processing?
- Replies: 6
- Views: 6437
Which Exif are usefull for image processing?
Normally one strips the EXIF. But, are some usefull to keep to perform image processing? Maybe, just these two? %Q identify -format '%[exif:orientation] Are focus point & white balance, lens, aperture information, useful ?? See also http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t ...
- 2013-07-09T13:16:41-07:00
- Forum: Users
- Topic: JPEG photo scan of paper text - How to enhance?
- Replies: 3
- Views: 10729
Re: JPEG photo scan of paper text - How to enhance?
As quick non private example:
http://hpics.li/2060cb8
http://hpics.li/2060cb8
- 2013-07-09T09:35:10-07:00
- Forum: Users
- Topic: JPEG how to make -quality <%> so that it's bound to its max
- Replies: 4
- Views: 5427
Re: JPEG how to make -quality <%> so that it's bound to its
>I understand what you are saying and that makes sense Thanks :) >Are you otherwise modifying the images, or are you simply reading them in and writing them back out but possibly smaller? It should be a general behaviour, but you're right it most happens when the source is a non "raw" photo jpeg (I ...
- 2013-07-09T08:54:39-07:00
- Forum: Users
- Topic: JPEG how to make -quality <%> so that it's bound to its max
- Replies: 4
- Views: 5427
JPEG how to make -quality <%> so that it's bound to its max
Hi, how to make -quality <%> so that it's bound to the current photo max. This info is in identify -verbose I mean, take a low quality jpeg and convert -quality 96 for instance, than the output jpeg is way bigger. It's obviously not what you want, you want the max quality regarding the ...