i m using borland c++ 3.0
i want to inseert image (jpg,bmp) files..
did anyone tell me how to do this..?
i dont know anything about this..?

Recommended Answers

All 3 Replies

I'd suggest using a library that can deal with images. For example, VIL (part of VXL) or VTK (vtk.org).

Dave

Why not use the WIN32 API?

Depends on what your trying to display the image on. I assume a window. Your best bet is what tkud said, Win32. Search up win32 and bitmap on msdn.com

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.