On Jan 10, 6:19 pm, Ben Artin wrote:
> In article ,
>
> Fonarix wrote:
> > Hi everyone! Does anyone know how get pixel from [1,1] of the
> > CGImageRef?
> > I cant find it!!! (Just only via new context... )
>
> An image doesn't have pixels. Only when you render an image into a context do
> you produce pixels, which is why you can only access pixels through a context.
>
> Ben
>
> --
> If this message helped you, consider buying an item
> from my wish list: <http://artins.org/ben/wishlist>
>
> I changed my name: <http://periodic-kingdom.org/People/NameChange.php>
Thanks for your reply!
I still have a problem... When I get data via Context, it's not the
same data as I get it through FreeImage library.
I very need this data, for drawing with mask. With Context's data mask
doesn't work... but with. FreeImage data - works fine.
Thanks!
>> Stay informed about: Getting pixel from CGImageRef