Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Sample of image loading in libimg: (3 Items)
   
Sample of image loading in libimg  
Hi,
I am new to QNX development. Currently i am developing Native application for BB10 in which i come to work with QNX 
native. I want to do image editing in native can anyone help me how can i achieve this?

I tried to find libimg library but not get that much help. I make a sample application using libimg where i load the 
image but gives many error.

I attached my source code for the same to load the image please help me on this.
Attachment: Compressed file ImageLibmingg.zip 53.75 KB
Re: Sample of image loading in libimg  
Hi,

I successfully make a sample application of image loading using libimg. Now i want to is it possible to do image editing
 feature using Limbing. If yes then any documentation or source for this.
Re: Sample of image loading in libimg  
I'm also having troubles with libimg. After adding libimg the app crash when I execute 
if (BPS_SUCCESS != screen_request_events(screen_cxt))
Any idea? I added the -limg on linking stage, its ok?

Thanks