Re: Converting to ARGB and writing to a bitmap

2006-03-18 Thread Tim Roberts
[EMAIL PROTECTED] wrote: > >I don't know what type of files they are, but the script allows me to >save to a bitmap just fine. But I do know they need to be in RGBA >format, so I've followed what most of the tutorials for RGBA >conversions said to do...shifting the bytes. It wasn't until I lo

Re: Converting to ARGB and writing to a bitmap

2006-03-17 Thread Steve Juranich
[EMAIL PROTECTED] wrote: > Hi, > I don't know what type of files they are, but the script allows me to > save to a bitmap just fine. But I do know they need to be in RGBA > format, so I've followed what most of the tutorials for RGBA > conversions said to do...shifting the bytes. > > The maj

Converting to ARGB and writing to a bitmap

2006-03-16 Thread heathimself
Hi, I don't know what type of files they are, but the script allows me to save to a bitmap just fine. But I do know they need to be in RGBA format, so I've followed what most of the tutorials for RGBA conversions said to do...shifting the bytes. The major problem is that everything is in gree