EmbedBMP

4 votes
Version: 
0.9
Date Updated: 
02/24/2014

GENERAL INFO

EmbedBMP is a scripting utility that translates bitmap data from an image file to string data, which can be added to Maxscript source and loaded as bitmaps by the provided decoder function block.

Some basic compression is applied to decrease the data size. The embedbmp logo for instance is imbedded as a 5kb string, from a 44kb bitmap. The maximum practical image size strongly depends on the compressibility and omittability of the image content.

Setting the 'split lines' value to 500 pixels or less is recommended to avoid long line slowdowns in the Maxscript editor.


DEV

Any future improvements will likely serve the purpose of further decreasing coded string data sizes through better compression, bitdepth/channel settings and palette modes.

Bug reports are welcome.


VERSION HISTORY

24/02/2014 - v0.90 : First release


(c) Ermeso 2014

AttachmentSize
embedbmp.mse26.09 KB

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
ermeso's picture

re:+1

Nope, the string data is formatted in 4bpb (hex, base16). Next update I'll increase it to base64, no DotNet needed.

barigazy's picture

+1

Nice one. Are you using Pete "Lonerobot" approch?

bga

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.