forked from Beyka/Android-TiffBitmapFactory
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlicense.txt
27 lines (21 loc) · 1.23 KB
/
license.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Create a bitmap of large Tiff Files without reading the entire file into memory.
Modifications Copyright 2015 by Dennis Damico, [email protected]
This code is based on Android-TiffBitmapFactory
https://github.com/Beyka/Android-TiffBitmapFactory
Copyright Alexey Bey <[email protected]>
This code is based on tifffastcrop v1.3.4
http://www.imnc.in2p3.fr/pagesperso/deroulers/software/largetifftools/
Copyright (c) 2013-2015 Christophe Deroulers
Portions are based on libtiff's tiffcp code. tiffcp is:
Copyright (c) 1988-1997 Sam Leffler
Copyright (c) 1991-1997 Silicon Graphics, Inc.
Distributed under the GNU General Public License v3 -- contact the author for commercial use
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, version 3.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.