Image processing in visual studio c++

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
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:
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.