Re: [PHP] create/write to psd file

2008-10-30 Thread David Lidstone
Ashley Sheridan wrote: On Wed, 2008-10-29 at 15:22 +, David Lidstone wrote: Ashley Sheridan wrote: On Mon, 2008-10-27 at 07:55 +0100, Martin Zvarík wrote: What I know is that you can control GIMP over the command line = you can use PHP to do this. Though I guess GIMP

Re: [PHP] create/write to psd file

2008-10-29 Thread David Lidstone
Ashley Sheridan wrote: On Mon, 2008-10-27 at 07:55 +0100, Martin Zvarík wrote: What I know is that you can control GIMP over the command line = you can use PHP to do this. Though I guess GIMP doesn't support PSD files, I had to express myself anyways. vuthecuong napsal(a): Hi all Is

Re: [PHP] create/write to psd file

2008-10-29 Thread Ashley Sheridan
On Wed, 2008-10-29 at 15:22 +, David Lidstone wrote: Ashley Sheridan wrote: On Mon, 2008-10-27 at 07:55 +0100, Martin Zvarík wrote: What I know is that you can control GIMP over the command line = you can use PHP to do this. Though I guess GIMP doesn't support PSD files, I had to

[PHP] create/write to psd file

2008-10-27 Thread vuthecuong
Hi all Is there a way to create/read/write to psd file? (photoshop format) I would like to hear opinion form you: Do you recommend gd2 or imageMagick to perform this task? and why thanks in advanced -- View this message in context:

Re: [PHP] create/write to psd file

2008-10-27 Thread Ashley Sheridan
On Sun, 2008-10-26 at 23:34 -0700, vuthecuong wrote: Hi all Is there a way to create/read/write to psd file? (photoshop format) I would like to hear opinion form you: Do you recommend gd2 or imageMagick to perform this task? and why thanks in advanced -- View this message in context:

Re: [PHP] create/write to psd file

2008-10-27 Thread vuthecuong
Ashley Sheridan-3 wrote: Off the top of my head, I don't think this is possible. A quick Google yields nothing either. I'm assuming it has to be a PSD for the layers? Sure. I woudd like to read PSd files with multiple layes, and of course when I write to it, I should keep it's layers

Re: [PHP] create/write to psd file

2008-10-27 Thread Ashley Sheridan
On Sun, 2008-10-26 at 23:45 -0700, vuthecuong wrote: Ashley Sheridan-3 wrote: Off the top of my head, I don't think this is possible. A quick Google yields nothing either. I'm assuming it has to be a PSD for the layers? Sure. I woudd like to read PSd files with multiple layes, and

Re: [PHP] create/write to psd file

2008-10-27 Thread vuthecuong
Ashley Sheridan-3 wrote: On Sun, 2008-10-26 at 23:45 -0700, vuthecuong wrote: Ashley Sheridan-3 wrote: Off the top of my head, I don't think this is possible. A quick Google yields nothing either. I'm assuming it has to be a PSD for the layers? Sure. I woudd like to read PSd

Re: [PHP] create/write to psd file

2008-10-27 Thread Martin Zvarík
What I know is that you can control GIMP over the command line = you can use PHP to do this. Though I guess GIMP doesn't support PSD files, I had to express myself anyways. vuthecuong napsal(a): Hi all Is there a way to create/read/write to psd file? (photoshop format) I would like to

Re: [PHP] create/write to psd file

2008-10-27 Thread Ashley Sheridan
On Mon, 2008-10-27 at 07:55 +0100, Martin Zvarík wrote: What I know is that you can control GIMP over the command line = you can use PHP to do this. Though I guess GIMP doesn't support PSD files, I had to express myself anyways. vuthecuong napsal(a): Hi all Is there a way to