strange error "CGBitmapContextCreate"

: CGBitmapContextCreate: unsupported parameter combination: 8 integer bits/component; 16 bits/pixel; 1-component color space; kCGImageAlphaPremultipliedFirst; 524 bytes/row.

Anyone knows what is that?? [import]uid: 23063 topic_id: 12461 reply_id: 312461[/import]

It is due to some problem with your image file. your image is not
satisfying the required color space condition.

see the table below for the supported color space types
http://developer.apple.com/library/mac/#qa/qa1037/_index.html

This is from apple’s library not corona. Am not sure about which all corona actually supports.

any way try loading a different image file and see how it works.
then you may change your image settings to fix this problem.

[import]uid: 71210 topic_id: 12461 reply_id: 45538[/import]

an error.

:slight_smile:

you are either loading a b&w image, or a non-supported format. images should be 32 bit. 8 bits per color + alpha

C. [import]uid: 24 topic_id: 12461 reply_id: 45539[/import]

Wow…we have the apt person here to comment about it…
It seems to be a GreyScale Image the error message shows “1-component color space” [import]uid: 71210 topic_id: 12461 reply_id: 45546[/import]

thanks i will take a look in this… but if I dont do anything about it… will complicate it?
another question that it’s notting about this problem… how can I put a image in my profile( here in forum ) like you did technowand? [import]uid: 23063 topic_id: 12461 reply_id: 45548[/import]

:slight_smile: did you like my profile image ? its my company logo… :slight_smile:

you can go to “My Account” on top of this page and then chose the “Edit” tab. Scroll down to see the Picture option. [import]uid: 71210 topic_id: 12461 reply_id: 45549[/import]

it’s cool to put company’s logos
i want to make for my own company ^^
thanks for help :smiley: [import]uid: 23063 topic_id: 12461 reply_id: 45550[/import]