The .psd file format includes a pre-made thumbnail for preview purposes:
http://www.adobe.com/devnet-apps/photos ... matashtml/ <-- 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 quicker for an initial thumbnail.
Does anyone have a solution - either for PHP, Python or ImageMagick?
psd thumbnail preview
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: psd thumbnail preview
Do you have an example image of such that you can post? Post it on some free image hosting service and then put a link to it here.
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
I've put it here instead (1MB size):
http://87.106.167.216/flower.psd
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: psd thumbnail preview
Code: Select all
exiftool -Photoshop:PhotoshopThumbnail -b flower.psd >z.jpg
snibgo's IM pages: im.snibgo.com