ppwwyyxx / OpenPano

Automatic Panorama Stitching From Scratch
MIT License
1.85k stars 552 forks source link

Supported for .TIFF #109

Closed ScarletJoker closed 3 years ago

ScarletJoker commented 3 years ago

Hi:

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

ppwwyyxx commented 3 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.