-
For whatever reason, this library gets handling alpha all wrong.
The output `data` buffer seems to store the pixel data as RGBA or ABGR:
https://github.com/jimp-dev/bmp-ts/blob/2521cce93dbc7703809…
alula updated
2 months ago
-
When decoding bmp files that are encoded with RLE (in my case RLE8), the "Encoded mode" part of RLE compression is not done correctly.
Description of Encoded mode: https://docs.microsoft.com/en-us/wi…
-
### LVGL version
V9.2
### What happened?
I've got file system running and it can successfully open JPG files. BMP, PNG or GIF's wont work.
GIF shows up as a fixed color and slows down the de…
-
**Describe the bug**
Being aware that jpeg decoding is not standardized I never observed such a decoding degradation as cjxl did.
For comparison I decoded the jpeg with mozjpeg library and compared …
-
The title is pretty self explanatory, the current version (as stated in `build.zig`) is **0.0.0** due to it being unusable as it is right now, this is going to change progressively as I finish some th…
-
I change some codes like following:
```c#
Bmp = new WriteableBitmap(vi.Width, vi.Height, 96, 96, PixelFormats.Rgb24, null);
VsHelper.BitBlt(Bmp.BackBuffer, Bmp.BackBufferStride, plane.Ptr, plane…
emako updated
4 months ago
-
Hi!
I have a feature request here for the bmp decoder:
Currently (from looking at the code), it looks like the decoder fills a u8 buffer with no padding, and some variant of RGB or RGBA dependin…
-
code
```
fn check_file(file_path: &str) {
let Ok(content) = fs::read(file_path) else {
return;
};
let res = match image::load_from_memory(&content) {
Ok(res) => res,…
-
Hi, while i debug my `NodeMCU` i have a error with stacktrace, i download extension but it seems like it cannot recognize the error format.
I tried different copy+paste segments of full exception t…
-
When try to use, receive the fallowing error:
node_modules\bmp-ts\dist\index.js:1
import BmpDecoder from './decoder';
^^^^^^
SyntaxError: Cannot use import statement outside a module
Any id…