Skip to content

wcork/RAWMaker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RAWMaker

Allows the use of creating '.raw' images from Java.

Instructions This library was created using Netbeans 7.3.1 It can be built and included into other projects. The current build is in ./dist

Usage: To save a single image (example): RawMaker.createSingleImage("test.raw", buffer);

To save a data stream (example): RawMaker rawMaker = new RawMaker(); rawMaker.startImageSequence("imageSequence.raw");

//Some Kind of capture loop or implement each image individually.
    rawMaker.insertImageIntoSequence(buffer);

rawMaker.endImageSequence();

About

Allows the use of creating '.raw' images from Java.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages