RE: Image corruption using Photo Library

2006-03-01 Thread Allan
-Allan From: Rebecca Todd [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 01, 2006 11:36 PM To: [EMAIL PROTECTED] Subject: Re: Image corruption using Photo Library Hi Allan, Just wondering if you could post your code for the capture procedure, i've written some to try and capture via

Image corruption using Photo Library

2006-02-17 Thread Allan
Hi all, I'm using the Photo and Camera Libraries on the Zire 72 to capture an image and save it using the File Stream interface. It displays perfectly in the preview, but after saving and opening, the image has really bad noise added. The streamed images that come with the OS display perfectly

Re: Image corruption using Photo Library

2006-02-17 Thread Adrien Regimbald
Hello Allan, Essentially, you're going to need to byte swap your data on 2 byte boundaries. You can read more about this in the archives: http://news.palmos.com/read/messages?id=169246 http://news.palmos.com/read/messages?id=168274 Adrien. Friday, February 17, 2006, 3:11:38 AM, you wrote: A