Skip to content

Simple Customized Bitmap Image Format which Supports 32M * 32M Pixels in 24bpp using MemoryMappedFiles Tech

Notifications You must be signed in to change notification settings

Narinashi/BigBitmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BigBitmap

Simple Customized Bitmap Image Format which Supports 32M * 32M Pixels in 24bpp using MemoryMappedFiles Tech

since im working in vs2010 (.Net 4.0), there is no async/await functionality (maybe in future)

to create a bigbitmap u got 2 options :

1- call BigBitmap.CreateBitBigmap(filepath) to create the bbmp file

2- create a new BigBitmap Object from existing file by calling new BigBitmap(filepath)

since its a custom image format, there is no Graphic support (sry about that) but it Supports drawLine, drawRectangle and DrawCircle (maybe DrawEllipse in the future)

**known issues :

GetChunk(..) function DOES NOT WORK !

Trying to save(to bitmap format) or converting to bitmap with any dimensions more than 2 MemoryPage(~131000 pixel each) will result in a corrupted file/format

About

Simple Customized Bitmap Image Format which Supports 32M * 32M Pixels in 24bpp using MemoryMappedFiles Tech

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages