Program to open .bin image (C++)

  • Context: C/C++ 
  • Thread starter Thread starter Deathfish
  • Start date Start date
  • Tags Tags
    Image Program
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 4K views
Deathfish
Messages
80
Reaction score
0
Hi, I am working on binary (greyscale) image manipulation through C++ arrays. At school we use Photoimpact 7 to see the resulting image in .bin format... is there any free application i can use to do the same at home?
 
Physics news on Phys.org
Hi Deathfish! :smile:

I don't quite understand your question.
Apparently you have bitmap data in C++ arrays, which you want to dump in a .bin file.
Is that correct?
If so an external application won't be able to do that.
You'd need sourcecode or a library to do that.
Is that what you're looking for?