Skip to content

Splits 16 bit per channel image into two 8 bit per channel image (lower 8 bits and upper 8 bits). Useful wehen working staff like webgl and wants use 16 bit per channel.

Notifications You must be signed in to change notification settings

czero69/ImageSplitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

ImageSplitter

v0.01 a.

Splits 16 bit per channel image into two 8 bit per channel image. Useful wehen working staff like webgl and want's use 16 bit per channel. This example .java works for a catalog of 48 bit tif (101x101) and splits each of them into two 24 bit png. cm.png (24 bit) (101x101) is used for colormodel and WritableRaster data.

If you want splitting image in another size change cm.png size. If you want to split another format to another format ex. tif to tif or png to png or/and you wudl like to use alpha canal you must make simple changes in the code.

used libs: JAI, Common I/O.

credits: based on http://www.codeproject.com/Articles/456525/Java-48-Bit-TIFF-Image-Processing

About

Splits 16 bit per channel image into two 8 bit per channel image (lower 8 bits and upper 8 bits). Useful wehen working staff like webgl and wants use 16 bit per channel.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages