[Tutor] using python with photoshop

2013-08-20 Thread charles le guen
Hi I'm running Windows 7 64 bit and I want to manipulate psd photoshop files using python. Google searches led me to a few cool siteshttp://peterhanshawart.blogspot.ca/2012/05/python-and-photoshop-code-snippets.htmlsuggesting I need to use comtypes

Re: [Tutor] using python with photoshop

2013-08-20 Thread Albert-Jan Roskam
From: charles le guen charlesleg...@gmail.com To: tutor@python.org Sent: Tuesday, August 20, 2013 9:16 PM Subject: [Tutor] using python with photoshop Hi I'm running Windows 7 64 bit and I want to manipulate psd photoshop files using python. Google searches

Re: [Tutor] using python with photoshop

2013-08-20 Thread Alan Gauld
On 20/08/13 20:16, charles le guen wrote: I'm running Windows 7 64 bit and I want to manipulate psd photoshop files using python. Because PSD is a proprietary (but published) format designed for Photoshop (although in practice many other tools can open them too) it is always going to be a

Re: [Tutor] using python with photoshop

2013-08-20 Thread charles le guen
to manipulate layers etc as well. thanks C On Tue, Aug 20, 2013 at 4:33 PM, Albert-Jan Roskam fo...@yahoo.com wrote: From: charles le guen charlesleg...@gmail.com To: tutor@python.org Sent: Tuesday, August 20, 2013 9:16 PM Subject: [Tutor] using python