[Mono-list] corrupted tiff file on ppc

2008-11-14 Thread Dan Shryock
Does anybody have any ideas why a simple jpg to tiff conversion leads to a corrupted tiff file on OSX 10.4 PPC? I'm using the following code: using System; using System.Drawing; using System.Drawing.Imaging; public class Test{ public static void Main(string[] args){

Re: [Mono-list] corrupted tiff file on ppc

2008-11-14 Thread Sebastien Pouliot
On Fri, 2008-11-14 at 16:30 -0800, Dan Shryock wrote: Does anybody have any ideas why a simple jpg to tiff conversion leads to a corrupted tiff file on OSX 10.4 PPC? Looks like an endianess bug, probably inside libgdiplus. Please fill a report on bugzilla.novell.com Thanks Sebastien I'm