Image processing in visual studio c++

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 10K views
blackcoffee
Messages
2
Reaction score
0
how can i work with images in visual studio c++? i want to work with .jpg images. So how do i store them and access them?
 
Physics news on Phys.org
You have multiple options. The is the There is the http://msdn.microsoft.com/en-us/library/ee719902(v=VS.85).aspx" .

There is also the .Net WPF (http://msdn.microsoft.com/en-us/library/ms743677.aspx" ), which may be hard to use if you are accustomed to writing native Windows applications.

Some more options are http://msdn.microsoft.com/en-us/library/ms533802(v=VS.85).aspx" .

There also may be third party libraries available.
 
Last edited by a moderator:
I recommend the Qt libraries which can be downloaded for free.
 
thanks people :) are these comparable to working in opencv on images?
 
blackcoffee said:
thanks people :) are these comparable to working in opencv on images?

I did not recall that opencv had jpg file I/O, but if it does, that would work too, especially if you want to do image processing for which I recommend opencv.
 
a lot of third party image library can store jpg images if you have rasteredge's image app not only you can batch process images but also you can convert formats. both in c# or vb.