Re: iOS 4: CGImageCreateWithImageProvider

2010-08-03 Thread Mark Ritchie
On 3/Aug/2010, at 7:36 AM, Fritz Anderson wrote: > I've asked about this many times, and searched Google and the developer fora. > I've combed my code and haven't seen any defects — and as I recall, the log > occurs outside application code, so single-stepping doesn't help Silly question I know

Re: iOS 4: CGImageCreateWithImageProvider

2010-08-03 Thread David Duncan
On Aug 2, 2010, at 11:54 PM, Gerriet M. Denkmann wrote: > When I run the Apple Sample Code "CurrentAddress" on my iPhone (4.0.1) I > always get: > Tue Aug 3 13:50:52 da CurAddress[679] : > CGImageCreateWithImageProvider: invalid image size: 0 x 0. > > What does this mean? It means exactly wha

Re: iOS 4: CGImageCreateWithImageProvider

2010-08-03 Thread Fritz Anderson
On 3 Aug 2010, at 1:54 AM, Gerriet M. Denkmann wrote: > When I run the Apple Sample Code "CurrentAddress" on my iPhone (4.0.1) I > always get: > Tue Aug 3 13:50:52 da CurAddress[679] : > CGImageCreateWithImageProvider: invalid image size: 0 x 0. I hate "me too"s, but I've seen this a lot in my

iOS 4: CGImageCreateWithImageProvider

2010-08-02 Thread Gerriet M. Denkmann
When I run the Apple Sample Code "CurrentAddress" on my iPhone (4.0.1) I always get: Tue Aug 3 13:50:52 da CurAddress[679] : CGImageCreateWithImageProvider: invalid image size: 0 x 0. What does this mean? What can I do about this? Kind regards, Gerriet. __