How Can We Help?

SimpleOCR:SDK Functions – SaveMultipleImg

You are here:
< All Topics

void SaveMultipleImg(const char * filename, SETOFIMG * set)

Saves an image from a TIFF file.

Return Value

If the function fails a nonzero error code is returned.

Parameters

filename

Name of the TIFF file you want to create.

set

Image to be saved.

Comments

Example

SETOFIMG *set; 

// Creates a set of images 
... 

if (SaveMultipleImg("foo.tif",set)) 
{ // error processing 
  ... }
Contact Us for FREE Consultation on Your OCR Project
=
Table of Contents

Title

Go to Top