Wednesday, 2 October 2013

How to create database of images using C programming?

How to create database of images using C programming?

I need to create a simple database using C programming to store images.
Then how I can use the database to feed images one by one to another
application. Each image has one ID. If any of the image matches with my
application need. Its corresponding ID must be print as output.
I need to create database for around 350 images. My main application has
been written in C. So can any one help me how to create database and how
to link it with the main application?

No comments:

Post a Comment