python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How can I display a very large BMP file on PyQT5?
I am looking for a way to display a 46000x10000 BMP file in PyQT5, I have been looking for a way to do this for quite long, I tried using QPixmap, QImage, QGraphicsView etc... The goal for me first is...
abenfraj
Votes: 0
Answers: 0
Created from BMP texture has excess pixels in OpenGL 2.1
I am using OpenGL 2.1 in my academic work to create a 3D scene. I have a 24-bit BMP file, a texture for a cube side, that is loaded manually into the memory.
Straight to the problem: displayed texture...
CoSalamander
Votes: 0
Answers: 1
how to bmp bytes transfrom to bmpfile
I make a barcode by zint. If it successes it will be creat a bmp file. But I want to its bmpdata. Now I get its bmpdata,I don't konw to show it by pyqt5.Becsuse it dont't have bmp header. I try to mak...
DavidChen
Votes: 0
Answers: 1
Modifying ESP32 code to serve image from memory instead of SPIFFS file
I am a barely adequate C programmer with no knowledge of HTML. I am trying to modify some code that reads a thermal image from a MLX90640. The code does everything I want but writes the image to a fil...
Kurt Lanes
Votes: 0
Answers: 2