Project overview
Converting these classes (I'll provide to selected developer) so that they work under Linux Label.cpp - Sets up a bitmap array.. which is black and white.. so 1 bit is a pixel. Item.cpp - Sets up a logical item the base class for items ItemShape.cpp - A shape item which can be drawn on the label. LibraryBase.cpp - The class base for the libraries that will draw the items. LibraryShape.cpp - The class to draw the shapes onto the bitmap area. This contains quite a lot of windows code that will need to be converted. This is stage one of the task.. you will see there is code in there that refers to graphics , text items.. This can be ignored or commented out for now.. Those will form a second separate paid part to the project. The task is to make a demo app in Linux that creates a label.. then adds some items and draws them using the shape library onto the label.. then save the monochrome bitmap to disk as output.