Jump to content

BMP format for GPS POI icon


Recommended Posts

There are .bmp file format variants which support rle4 and rle8 run-length encoding but still the file must start with "BM". The header contains a compression field telling a reader that the file is using rle.

If you find a specification and a different file extension someone should be able to create a plugin for the format. I'm sure it would be pretty easy.

But we can not create bmp files which can not be opened by image viewers.

Maybe the data is rle4 or rle8 endcoded and someone tried to be clever and save some header bytes compared to the bmp specification.

 

midoras signature.gif

Link to comment
Share on other sites

1 hour ago, lingfude said:

I think it's possible if do it like this:

 

Paint.NET requires file type plugins to have a different extension than the built-in formats.

PdnSig.png

Plugin Pack | PSFilterPdn | Content Aware Fill | G'MICPaint Shop Pro Filetype | RAW Filetype | WebP Filetype

The small increase in performance you get coding in C++ over C# is hardly enough to offset the headache of coding in the C++ language. ~BoltBait

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...