Re: [hugin-ptx] Photoshop PSB file format in libpano

2012-03-04 Thread Bruno Postle
On Fri 02-Mar-2012 at 23:28 -0400, Jim Watters wrote: On 2012-03-02 7:22 PM, Bruno Postle wrote: I replaced 'UCHAR' with 'unsigned char' and it builds. I've committed this to the default branch along with the merge. Thank you Bruno. I will grab and test on the weekend. It seems the

Re: [hugin-ptx] Photoshop PSB file format in libpano

2012-03-04 Thread Bruno Postle
On Sun 04-Mar-2012 at 10:31 +1100, Terry Duell wrote: I now see that filter.h in the default branch prior to the PSD merge included the following code... 50 #define UCHAR unsigned char 51 #define USHORT unsigned short 52 #define ULONG unsigned long but this code is missing

Re: [hugin-ptx] Photoshop PSB file format in libpano

2012-03-04 Thread Jim Watters
On 2012-03-04 4:21 PM, Bruno Postle wrote: On Fri 02-Mar-2012 at 23:28 -0400, Jim Watters wrote: On 2012-03-02 7:22 PM, Bruno Postle wrote: I replaced 'UCHAR' with 'unsigned char' and it builds. I've committed this to the default branch along with the merge. Thank you Bruno. I will grab

Re: [hugin-ptx] Photoshop PSB file format in libpano

2012-03-03 Thread Terry Duell
On Sat, 03 Mar 2012 10:18:07 +1100, Terry Duell tdu...@iinet.net.au wrote: On Sat, 03 Mar 2012 10:05:22 +1100, Terry Duell tdu...@iinet.net.au wrote: I may have been a bit premature! I now see that uchar is defined in filters.h, which is included in pteditor.c. Something must be haywire

Re: [hugin-ptx] Photoshop PSB file format in libpano

2012-03-02 Thread Bruno Postle
On Thu 01-Mar-2012 at 12:39 -0400, Jim Watters wrote: IT has been a little over a year since this was added to a branch of libpano. The windows binary has been downloaded over 1k times with no reported problems. It should be merged to the main trunk for next release. I can't get the

Re: [hugin-ptx] Photoshop PSB file format in libpano

2012-03-02 Thread Terry Duell
Hullo Bruno, On Sat, 03 Mar 2012 09:52:29 +1100, Bruno Postle br...@postle.net wrote: [snip] I seem to remember Terry fixed these in the default branch, but then if I merge the PSB branch into the default branch, then I get this error: pteditor.c: In function 'Java_pteditor_CGetImageRow':

Re: [hugin-ptx] Photoshop PSB file format in libpano

2012-03-02 Thread Bruno Postle
On Sat 03-Mar-2012 at 10:05 +1100, Terry Duell wrote: On Sat, 03 Mar 2012 09:52:29 +1100, Bruno Postle br...@postle.net wrote: I seem to remember Terry fixed these in the default branch, but then if I merge the PSB branch into the default branch, then I get this error: pteditor.c: In

Re: [hugin-ptx] Photoshop PSB file format in libpano

2012-03-02 Thread Terry Duell
On Sat, 03 Mar 2012 10:05:22 +1100, Terry Duell tdu...@iinet.net.au wrote: [snip] It's a bit of a guess, but uchar should be defined in stdtype.h, so I would suspect a missing #include stdtype.h somewhere. Try bunging it into pteditor.c and see how that goes. I may have been a bit

Re: [hugin-ptx] Photoshop PSB file format in libpano

2012-03-02 Thread Jim Watters
On 2012-03-02 7:22 PM, Bruno Postle wrote: I replaced 'UCHAR' with 'unsigned char' and it builds. I've committed this to the default branch along with the merge. Thank you Bruno. I will grab and test on the weekend. -- Jim Watters http://photocreations.ca -- You received this message because

Re: [hugin-ptx] Photoshop PSB file format in libpano

2012-03-01 Thread Jim Watters
IT has been a little over a year since this was added to a branch of libpano. The windows binary has been downloaded over 1k times with no reported problems. It should be merged to the main trunk for next release. I have yet to do a merge with Mercuial and with someone willing to help step me

Re: [hugin-ptx] Photoshop PSB file format in libpano

2011-02-14 Thread Bruno Postle
On Sun 13-Feb-2011 at 17:51 -0400, Jim Watters wrote: I uploaded to SourceForge into an experimental folder a windows build 3264bit of the PTtiff2psd tool for testing. Use this tool to combine many tiff files into a single multilayer PSD or PSB file.

[hugin-ptx] Photoshop PSB file format in libpano

2011-02-13 Thread Jim Watters
I have committed changes to a PhotoshopPSB branch of libpano that can handle both PSD and PSB file formats. It was recently brought to my attention that Adobe has opened up the PSB file format to the public in July 2010. http://www.adobe.com/devnet-apps/photoshop/fileformatashtml/ PSD files