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?
 
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
I had a Microsoft Technical interview this past Friday, the question I was asked was this : How do you find the middle value for a dataset that is too big to fit in RAM? I was not able to figure this out during the interview, but I have been look in this all weekend and I read something online that said it can be done at O(N) using something called the counting sort histogram algorithm ( I did not learn that in my advanced data structures and algorithms class). I have watched some youtube...
Back
Top