Advertise Mobile SDKs Books Events Forum News Social Networking Support Us
Follow @iphonedevsdk on Twitter

Mockup & CodeGen, iPhone & iPad
($9.99)

Make your own iPhone apps
and run them live!
(free)

Manu
($0.99)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum > iPhone SDK Development Forums > iPhone SDK Development

Reply
 
LinkBack Thread Tools Display Modes
Old 10-08-2009, 09:06 AM   #1 (permalink)
Registered Member
 
Join Date: Oct 2009
Posts: 2
Default Help with Images

I am trying to convert a UIImage selected from the iPhone Photo Library to a bitmap image and then to a byte array from the bitmap image. I was wondering if anyone knew of any resources or how to go about doing this. Thanks so much.

AlexDPU
AlexDPU is offline   Reply With Quote
Old 10-08-2009, 09:14 AM   #2 (permalink)
Registered Member
 
Join Date: Oct 2008
Posts: 370
Default

you can convert UIImage to NSData easily by
NSData *data = UIImagePNGRepresentation(image);
and convert NSData to bytes
__________________
lazy blogs
The Lord's holy name be praised.
david_david is offline   Reply With Quote
Old 10-08-2009, 09:29 AM   #3 (permalink)
Registered Member
 
Join Date: Oct 2009
Posts: 2
Default

Thanks david_david

I have tried that and it doesnt seem to work for my purposes. My Image needs to be a bitmap before filling the byte array. Does converting the Image to a UIImagePNGRepresentation do that??

Here is the code I am using at the moment:
NSData *imgData = UIImagePNGRepresentation(image);

NSUInteger len = [imgData length];
Byte *byteData = (Byte*)malloc(len);
memcpy(byteData, [imgData bytes], len);

//do some stuff with the bytearray later
AlexDPU is offline   Reply With Quote
Reply

Bookmarks

Tags
image, uiimage

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



» Advertisements
» Online Users: 279
19 members and 260 guests
2WeeksToGo, ADY, apatsufas, dacapo, Dani77, Fritzer, ghost, HDshot, headkaze, masc2279, mer10, mystic.purple, objch, Rudy, stoneage, tathaastu, themathminister, timle8n1, Zool
Most users ever online was 1,187, 10-11-2011 at 08:09 AM.
» Stats
Members: 158,878
Threads: 89,224
Posts: 380,732
Top Poster: BrianSlick (7,129)
Welcome to our newest member, olga2000
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 11:39 AM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0