ppwwyyxx / OpenPano

Automatic Panorama Stitching From Scratch
MIT License
1.89k stars 555 forks source link

Supported for .TIFF #109

Closed ScarletJoker closed 4 years ago

ScarletJoker commented 4 years ago

Hi:

Dose it support for the input of some .tiff pictures?

ppwwyyxx commented 4 years ago

It uses the CImg library to read images, so whatever that library supports.

You may modify the code to use other libraries to read images.