C/C++ Program to open .bin image (C++)

  • Thread starter Thread starter Deathfish
  • Start date Start date
  • Tags Tags
    Image Program
AI Thread Summary
The discussion centers on binary greyscale image manipulation using C++ arrays. The original poster seeks a free application to view .bin format images at home, similar to what they use at school with Photoimpact 7. A respondent clarifies that to view bitmap data stored in C++ arrays as a .bin file, an external application won't suffice; instead, source code or a library is necessary for this purpose. The focus is on the need for appropriate tools or libraries to handle binary image data effectively.
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?
 
Technology news on Phys.org
anyone can help?
 
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?
 
Thread 'Is this public key encryption?'
I've tried to intuit public key encryption but never quite managed. But this seems to wrap it up in a bow. This seems to be a very elegant way of transmitting a message publicly that only the sender and receiver can decipher. Is this how PKE works? No, it cant be. In the above case, the requester knows the target's "secret" key - because they have his ID, and therefore knows his birthdate.
Back
Top