Skip to content Skip to sidebar Skip to footer
Showing posts with the label Bitmap

How To Use My Own Bitmap Font In Pil.imagefont?

I created a bitmap font, basically a 256x256 png image where each character occupies 8x8 tile. I wa… Read more How To Use My Own Bitmap Font In Pil.imagefont?

Efficiently Render 3d Numpy Bitmap Array (y, X, Rgb) To Window On Macos (using Opencv Or Otherwise)

I'm rendering a dynamically changing numpy bitmap array and trying to improve my framerate. Cur… Read more Efficiently Render 3d Numpy Bitmap Array (y, X, Rgb) To Window On Macos (using Opencv Or Otherwise)

How To Read A Bitmap File And Crop It Afterwards?

I want to read a bitmap that represents a sprite, and crop a part of it. Here is an example of an i… Read more How To Read A Bitmap File And Crop It Afterwards?

How To Load .bmp File Into BitmapImage Class Tkinter Python

I'm unable to find any way to load .bmp file into Tkinter() so that I can use it in a canvas wi… Read more How To Load .bmp File Into BitmapImage Class Tkinter Python