technical-recipes.com

Software and IT Recipes

Main menu

Skip to primary content
Skip to secondary content
  • Home
  • About this blog
  • Boost
  • C++
  • Contact
  • Donate
  • Downloads
  • Graph Algorithms
  • Image Detection
  • Java
  • Microsoft Visual Studio
  • Standard Template Library (STL)
  • Strings

Category Archives: Bitmaps

‘Blitting’ a Bitmap Image to the Screen.

Posted on August 20, 2011 by happyuk
Reply
Tweet

I recently needed to revisit this to create simple monochrome bitmaps representing the sets of nozzles turned off/on on a Xaar microarrayer printhead. Sample code here.  Essential steps are outlined in the following code
Continue reading →

Posted in Bitmaps, C, C++, MFC | Tagged Bitmaps, C, C++, Device Context, MFC | Leave a reply

Creating Bitmap Files from Raw Pixel Data

Posted on August 20, 2011 by happyuk
4
Tweet

Creating the byte array

I needed a means of representing binary array values (inkjet printhead nozzles turned ON/OFF) as a set of colored ‘squares’ or pixels, so that nozzles switched ON/OFF could be represented by two different colours. Continue reading →

Posted in Bitmaps, MFC | Tagged Bitmaps, C, C++, MFC, raw bitmap | 4 Replies

Follow on Twitter

Follow @Tech_Recipe

Categories

  • Binary Decision Diagrams (1)
  • Bitmaps (2)
  • Boost (12)
  • C, C++ (66)
  • C# / .Net (2)
  • Design Patterns (2)
  • FLTK (1)
  • FlyCapture (4)
  • Genetic Algorithms (4)
  • Getting Started With… (20)
  • Graph Algorithms (8)
  • Installers (5)
  • Java (9)
  • Kruskal's Algorithm (3)
  • Linux (7)
  • Memory Management (4)
  • MFC (9)
  • Microcontrollers / PLCs (1)
  • Object Detection / OpenCV (7)
  • OpenGL (2)
  • Optimization (5)
  • Python (3)
  • Smart Pointers (5)
  • STL (17)
  • Strings (7)
  • Threads (2)
  • Unit Testing (1)
  • Version Control (2)
  • Visual Studio (16)
  • Windows (14)
  • Windows Forms (1)

Recent Posts

  • Getting Started with OpenGL in Linux
  • Practical examples of using Boost serialization
  • Getting started with SWiG for interfacing between C# and C++ Visual Studio projects
  • Using RSA to encrypt large data files in C#
  • Using Win32 static libraries in Visual Studio projects

Recent Comments

  • happyuk on Integrating the FlyCapture SDK for use with OpenCV
  • Max on Integrating the FlyCapture SDK for use with OpenCV
  • happyuk on How to Set up a Subversion (SVN) Server in Linux
  • Bob on How to Set up a Subversion (SVN) Server in Linux
  • happyuk on How to Set up a Subversion (SVN) Server in Linux
Proudly powered by WordPress