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
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
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?