Search found 22 matches
- 2012-11-03T00:55:33-07:00
- Forum: Users
- Topic: install ImageMagick on Mac without porting
- Replies: 4
- Views: 9920
Re: install ImageMagick on Mac without porting
This can help someone: curl -O http://www.imagemagick.org/download/binaries/ImageMagick-x86_64-apple-darwin12.2.0.tar.gz tar xvfz ImageMagick-x86_64-apple-darwin12.2.0.tar.gz sudo cp -rf ImageMagick-6.8.0/ /usr/local/ Remember to download the last version of ImageMagick "apple-darwin" I discovered ...
- 2012-11-01T13:15:38-07:00
- Forum: Users
- Topic: install ImageMagick on Mac without porting
- Replies: 4
- Views: 9920
Re: install ImageMagick on Mac without porting
Yes, i mean without MacPorts!
Now i have on my home directory the ImageMagick folder.
I can see the instruction but i can't understand what "MAGICK_HOME" and "DYLD_LIBRARY_PATH" environment variables are!
I know that on Mac OS, bin executables are in /usr/bin
Now i have on my home directory the ImageMagick folder.
I can see the instruction but i can't understand what "MAGICK_HOME" and "DYLD_LIBRARY_PATH" environment variables are!
I know that on Mac OS, bin executables are in /usr/bin
- 2012-11-01T05:11:50-07:00
- Forum: Users
- Topic: install ImageMagick on Mac without porting
- Replies: 4
- Views: 9920
install ImageMagick on Mac without porting
Hi,
i am trying to install IM on my Mac (10.8.2) without porting programs!
How can i do that? Anyone can help me?
Thanks!
Filippo
i am trying to install IM on my Mac (10.8.2) without porting programs!
How can i do that? Anyone can help me?
Thanks!
Filippo
- 2012-05-23T23:23:44-07:00
- Forum: Users
- Topic: delegate library support not built-in
- Replies: 9
- Views: 47788
Re: delegate library support not built-in
Thank you very much for your help!
I ask them!
I ask them!
- 2012-05-23T22:45:22-07:00
- Forum: Users
- Topic: delegate library support not built-in
- Replies: 9
- Views: 47788
Re: delegate library support not built-in
I would like to install manually ImageMagick because i am running Mac OS un a 64GB SSD! If i install IM from MacPort, i need XCODE (1,5GB), but IM is only 36MB! That's why i need to use it without XCODE, i have no free space! Have you ever considered a .dmg installation for Mac? Maybe it would be ...
- 2012-05-23T13:22:15-07:00
- Forum: Users
- Topic: delegate library support not built-in
- Replies: 9
- Views: 47788
Re: delegate library support not built-in
I have already tried the MacPort install and it works! Now i would like to try the manual install! As you said, maybe i had not installed properly ImageMagick! I tried also this one: http://cactuslab.com/imagemagick/ but i have the same problem! I can't understand what i am wrong with the ...
- 2012-05-23T12:16:31-07:00
- Forum: Users
- Topic: delegate library support not built-in
- Replies: 9
- Views: 47788
Re: delegate library support not built-in
What is the full path of the fonts? This is my convert -list configure: CC gcc -std=gnu99 -std=gnu99 CFLAGS -D_THREAD_SAFE -D_THREAD_SAFE -pthread -fopenmp -g -O2 -Wall -D_THREAD_SAFE -pthread CODER_PATH /ImageMagick-6.7.5/lib/ImageMagick-6.7.5/modules-Q16/coders CONFIGURE ./configure '--disable ...
- 2012-05-23T09:43:39-07:00
- Forum: Users
- Topic: delegate library support not built-in
- Replies: 9
- Views: 47788
delegate library support not built-in
Hi, i installed ImageMagick on my Mac (ver. 10.7.4) in this way: tar xvfz ImageMagick-x86_64-apple-darwin11.3.0.tar.gz && sudo cp -rf ImageMagick-6.7.5/ /usr/local/ I can use ImageMagick, i am trying to use this command that works on my Ubuntu: mogrify -quality 85 -density 72 -resize 800x533 -fill ...
- 2011-01-19T09:16:02-07:00
- Forum: Users
- Topic: Error converting CR2 an JPG files
- Replies: 6
- Views: 19170
Re: Error converting CR2 an JPG files
This is the right command: for i in *.CR2; do newname=$(echo $(basename "$i" ".CR2").jpg); dcraw -c -w -W -v -h "$i" | cjpeg -quality 95 -optimize -progressive > "$newname"; exiftool -overwrite_original -tagsFromFile "$i" "$newname"; done
- 2011-01-19T03:24:58-07:00
- Forum: Users
- Topic: Error converting CR2 an JPG files
- Replies: 6
- Views: 19170
Re: Error converting CR2 an JPG files
On the other hands i prefer to use dcraw because is more quick then ufraw.
In macintosh is not easy to install ufraw because there are lot's of dependencies and it takes 2 houres more or less!
In macintosh is not easy to install ufraw because there are lot's of dependencies and it takes 2 houres more or less!
- 2011-01-18T12:06:41-07:00
- Forum: Users
- Topic: Error converting CR2 an JPG files
- Replies: 6
- Views: 19170
Re: Error converting CR2 an JPG files
Thank you for your answer!
Now i'm trying to install ufraw and then imagemagick!
Now i'm trying to install ufraw and then imagemagick!
- 2011-01-18T01:06:52-07:00
- Forum: Users
- Topic: Error converting CR2 an JPG files
- Replies: 6
- Views: 19170
Re: Error converting CR2 an JPG files
convert: missing an image filename `prova*.JPG' @ error/convert.c/ConvertImageCommand/2970. You only provided one image. You need to specify two (one input and one output). Are you shure? I want to convert files in batch, how can i do? I cannot set an output name because it would be the same. dyld ...
- 2011-01-17T02:19:23-07:00
- Forum: Users
- Topic: Error converting CR2 an JPG files
- Replies: 6
- Views: 19170
Error converting CR2 an JPG files
Hi there, i can't undestand this error that never appear before: convert: missing an image filename `prova*.JPG' @ error/convert.c/ConvertImageCommand/2970. The command used to convert the imeges is: convert -quality 85 -density 72 -resize 800x533 -fill white -pointsize 15 -font Times-BoldItalic ...
- 2010-11-05T01:32:38-07:00
- Forum: Users
- Topic: Conversion from .CR2 or .NEF to .JPG completely removes EXIF
- Replies: 24
- Views: 62477
Re: Conversion from .CR2 or .NEF to .JPG completely removes
fmw42 wrote:try
mogrify -format JPG -quality 100 *.CR2
see
http://www.imagemagick.org/Usage/basics/#mogrify
http://www.imagemagick.org/script/mogrify.php
Hi,
also is possible to set the DPI of an image!
The command is -density
- 2010-11-03T14:19:38-07:00
- Forum: Users
- Topic: Conversion from .CR2 or .NEF to .JPG completely removes EXIF
- Replies: 24
- Views: 62477
Re: Conversion from .CR2 or .NEF to .JPG completely removes
Thank you!
This is exactly what i was looking for!
This is exactly what i was looking for!