Search found 47 matches

by jamtat
2014-02-22T17:00:06-07:00
Forum: Users
Topic: psd to jpg conversion question
Replies: 16
Views: 14468

Re: psd to jpg conversion question

The process finally completed successfully on the large psd file after I'd done export MAGICK_TMPDIR=/home/path/to/created-tmp. Took an inordinately long time but I was expecting that. Oh, and the -scene 0 switch did not keep the process from creating extra jpg files, so I'll try this again with the...
by jamtat
2014-02-22T16:38:13-07:00
Forum: Users
Topic: psd to jpg conversion question
Replies: 16
Views: 14468

Re: psd to jpg conversion question

Ok. Turns out I needed the bash equivalent of setenv--export MAGICK_TMPDIR=/home/path/to/created-tmp. The process is still churning away and hasn't exited with the error yet. So this may well be the resolution I was looking for. Thanks
by jamtat
2014-02-22T16:06:11-07:00
Forum: Users
Topic: psd to jpg conversion question
Replies: 16
Views: 14468

Re: psd to jpg conversion question

I ran set env MAGICK_TMPDIR /path/to/tmp-dir/in/home before trying the conversion just now. But I still get the mogrify: unable to extent pixel cache `No such file or directory' @ fatal/cache.c/CacheSignalHandler/3359 error. Any other suggestions?
by jamtat
2014-02-22T16:00:49-07:00
Forum: Users
Topic: psd to jpg conversion question
Replies: 16
Views: 14468

Re: psd to jpg conversion question

dlemstra wrote:You should create a directory '/magick-tmp' (or any other name you like) and do the following before running convert:
setenv MAGICK_TMPDIR /magick-tmp
Ok. Thanks for the suggestion. I'll try that now.
by jamtat
2014-02-22T16:00:06-07:00
Forum: Users
Topic: psd to jpg conversion question
Replies: 16
Views: 14468

Re: psd to jpg conversion question

I tried the -define registry:temporary-path= switch, stipulating a directory I'd created under my home directory for that purpose. But I still get the mogrify: unable to extent pixel cache `No such file or directory' @ fatal/cache.c/CacheSignalHandler/3359. error when trying to convert this file. No...
by jamtat
2014-02-22T15:48:39-07:00
Forum: Users
Topic: psd to jpg conversion question
Replies: 16
Views: 14468

Re: psd to jpg conversion question

Here's the output of df -h (anonymized): Filesystem Size Used Avail Use% Mounted on /dev/sda1 292G 47G 231G 17% / dev 864M 0 864M 0% /dev run 867M 496K 867M 1% /run tmpfs 867M 0 867M 0% /dev/shm tmpfs 867M 0 867M 0% /sys/fs/cgroup tmpfs 867M 8.0K 867M 1% /tmp /dev/sdb1 466G 14G 453G 3% /home/user/mn...
by jamtat
2014-02-22T15:35:27-07:00
Forum: Users
Topic: psd to jpg conversion question
Replies: 16
Views: 14468

Re: psd to jpg conversion question

Here's the output of -debug cache when I try to convert this file, in case it will be of any help: 2014-02-22T16:28:57-06:00 0:01.790 0.010u 6.8.8 Cache mogrify[1154]: cache.c/DestroyPixelCache/961/Cache destroy 2014-02-22T16:28:57-06:00 0:01.800 0.010u 6.8.8 Cache mogrify[1154]: cache.c/DestroyPixe...
by jamtat
2014-02-22T15:19:53-07:00
Forum: Users
Topic: psd to jpg conversion question
Replies: 16
Views: 14468

Re: psd to jpg conversion question

Thanks for your input, diemstra. I actually tried the -flatten switch first, which gave better results than either the initial command I was attempting or the one that Bonzo suggested: only one of each .psd got converted to .jpg instead of 3 or so jpg's being produced for each .psd (or none at all)....
by jamtat
2014-02-22T14:39:10-07:00
Forum: Users
Topic: psd to jpg conversion question
Replies: 16
Views: 14468

Re: psd to jpg conversion question

Unfortunately, running that command did not result in the successful conversion of any psd's, Bonzo. I'll try the -flatten switch and see if that reduces the number of jpg's that get produced during conversion.
by jamtat
2014-02-22T11:22:04-07:00
Forum: Users
Topic: psd to jpg conversion question
Replies: 16
Views: 14468

Re: psd to jpg conversion question

Thanks for your reply, Bonzo. So if the command I'm running is

Code: Select all

 mogrify -format jpg -path /path/to/converted/images/ -resize 1280x1024 /path/to/psd/files/*.psd
where, exactly, does the input.psd[0] bit get inserted?
by jamtat
2014-02-22T10:46:18-07:00
Forum: Users
Topic: psd to jpg conversion question
Replies: 16
Views: 14468

psd to jpg conversion question

I note that IM allows conversion of psd to jpg using the mogrify command. I ran that command on a group of psd files and ended up with about 3 times as many jpg's as there were original psd's. I suppose that's because psd's store layers or something like that, and that the layers get extracted as se...
by jamtat
2014-02-22T09:42:42-07:00
Forum: Users
Topic: Some issues with creating contact sheets from tif
Replies: 10
Views: 7770

Re: Some issues with creating contact sheets from tif

I got frustrated with issues I was having under IM when trying to deal with these tif's, so I turned to netpbm. It''s so far handled all the manipulations I've tried with it and is much faster--it's main drawback as compared to using IM being the fact that it can't deal with spaces in file names (ac...
by jamtat
2014-02-21T13:47:43-07:00
Forum: Users
Topic: Seeking advice on a complex image cataloging project
Replies: 12
Views: 9974

Re: Seeking advice on a complex image cataloging project

Ok, I've tried Bonzo's proposal and it's an interesting option. I was under a mistaken impression that it generates thumbnails that you click in order to view fuller images. But it appears not to do that, instead simply displaying images located in that directory at their native resolution. I alread...
by jamtat
2014-02-21T13:24:56-07:00
Forum: Users
Topic: Seeking advice on a complex image cataloging project
Replies: 12
Views: 9974

Re: Seeking advice on a complex image cataloging project

Thanks for the clarification, Bonzo. So the images get dynamically resized to fit into the table? So that, in the end, you just have a directory of images on the server--and those images can be any size--plus the index.php file. That index.php file then dynamically does the work of creating a sort o...
by jamtat
2014-02-21T13:05:40-07:00
Forum: Users
Topic: Seeking advice on a complex image cataloging project
Replies: 12
Views: 9974

Re: Seeking advice on a complex image cataloging project

Thanks for your input, Bonzo. I don't know much about php but am willing to consider various possibilities. I'm curious at the outset as to why you see the solution you've proposed as being superior to the visual index image solution that I discovered (see http://www.imagemagick.org/Usage/montage/#v...