Search found 4 matches

by geoidesic
2013-11-20T05:46:27-07:00
Forum: Digital Image Processing
Topic: psd thumbnail preview
Replies: 3
Views: 15297

Re: psd thumbnail preview

Since it's a PSD, not an image, uploading it to a free image hosting service won't work as they will convert it to a web-ready format or disallow it.

I've put it here instead (1MB size):
http://87.106.167.216/flower.psd
by geoidesic
2013-11-20T05:35:22-07:00
Forum: Users
Topic: convert works at prompt but not via PHP - no errors.
Replies: 1
Views: 1859

Re: convert works at prompt but not via PHP - no errors.

Ok, never ye minde... it was permissions on a parent folder that was causing the problem.
by geoidesic
2013-11-20T05:02:29-07:00
Forum: Users
Topic: convert works at prompt but not via PHP - no errors.
Replies: 1
Views: 1859

convert works at prompt but not via PHP - no errors.

Hi, I'm trying to troubleshoot an ImageMagick PHP implementation. This is code that used to work on a different computer but it's not working on the new computer. /usr/local/Cellar/imagemagick/6.8.0-10/bin/convert /assets/original/1.jpg -geometry 1000x1000\> -colorspace sRGB -background white -flatt...
by geoidesic
2012-11-30T06:10:12-07:00
Forum: Digital Image Processing
Topic: psd thumbnail preview
Replies: 3
Views: 15297

psd thumbnail preview

The .psd file format includes a pre-made thumbnail for preview purposes: http://www.adobe.com/devnet-apps/photoshop/fileformatashtml/ <-- search for "Thumbnail resource format" I'm looking for a way to extract this preview without converting the whole .psd file, as this would be a lot quic...