-
Notifications
You must be signed in to change notification settings - Fork 0
/
LICENSE
49 lines (37 loc) · 2.27 KB
/
LICENSE
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
The MIT License (MIT)
Copyright (c) 2015 Christian Gollwitzer
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
This software is partly build on pamscale; the copyright notice of which follows below:
/* pamscale.c - rescale (resample) a PNM image
This program evolved out of Jef Poskanzer's program Pnmscale from
his Pbmplus package (which was derived from Poskanzer's 1989
Ppmscale). The resampling logic was taken from Michael Reinelt's
program Pnmresample, somewhat recoded to follow Netpbm conventions.
Michael submitted that for inclusion in Netpbm in December 2003.
The frame of the program is by Bryan Henderson, and the old scaling
algorithm is based on that in Jef Poskanzer's Pnmscale, but
completely rewritten by Bryan Henderson ca. 2000. Plenty of other
people contributed code changes over the years.
Copyright (C) 2003 by Michael Reinelt <[email protected]>
Copyright (C) 1989, 1991 by Jef Poskanzer.
Permission to use, copy, modify, and distribute this software and its
documentation for any purpose and without fee is hereby granted, provided
that the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation. This software is provided "as is" without express or
implied warranty.
*/