git.y1.nz

gbdk-2020

GameBoy Development Kit
download: https://git.y1.nz/archives/gbdk.tar.gz
README | Files | Log | Refs | LICENSE

licenses/LICENSE_png2hicolorgb

      1 
      2 The updated version of this software is released under the same license used by the original author.
      3 
      4 - bbbbbr
      5 
      6 GBDK Example project
      7 ----------------------------------------------------------------------
      8 Source code: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication
      9 
     10 Example image: Pixel art originally by RodrixAP under Creative Commons Attribution 2.0 Generic (CC BY 2.0)
     11 https://www.flickr.com/photos/rodrixap/10591266994/in/album-72157637154901153/
     12 
     13 
     14 
     15 Main program:
     16 ----------------------------------------------------------------------
     17 
     18 ...
     19 
     20 Feel free to use this code any way you feel fit.
     21 
     22 You can use this code / algorithm in any commercial product. It would be great
     23 if you could send me an e-mail letting me know.
     24 
     25 
     26 And now for the usual bull..
     27 
     28 This software is supplied on an as-is basis, although I don't believe that
     29 there are any bugs in my code, I will not be held responsible for any damage
     30 this program may cause....
     31 
     32 Glen Cook.
     33 
     34 ...
     35 
     36 I am releasing this program into the public domain, feel free to adapt it in anyway that you
     37 deem fit. I you feel you have improved this program in anyway, drop me a line, and I will
     38 incorperate the changes into newer versions. (GlenCook --a--t-- hotmail -- com)
     39 
     40 
     41 
     42 Wu quantizer:
     43 ----------------------------------------------------------------------
     44 
     45         C Implementation of Wu's Color Quantizer (v. 2)
     46         (see Graphics Gems vol. II, pp. 126-133)
     47 
     48 Author: Xiaolin Wu
     49     Dept. of Computer Science
     50     Univ. of Western Ontario
     51     London, Ontario N6A 5B7
     52     wu@csd.uwo.ca
     53 
     54 Algorithm: Greedy orthogonal bipartition of RGB space for variance
     55        minimization aided by inclusion-exclusion tricks.
     56        For speed no nearest neighbor search is done. Slightly
     57        better performance can be expected by more sophisticated
     58        but more expensive versions.
     59 
     60 The author thanks Tom Lane at Tom_Lane@G.GP.CS.CMU.EDU for much of
     61 additional documentation and a cure to a previous bug.
     62 
     63 Free to distribute, comments and suggestions are appreciated.
     64 
     65 
     66 PNG support:
     67 ----------------------------------------------------------------------
     68 
     69 Lodepng license
     70 
     71 
     72 Copyright (c) 2005-2018 Lode Vandevenne
     73 
     74 This software is provided 'as-is', without any express or implied
     75 warranty. In no event will the authors be held liable for any damages
     76 arising from the use of this software.
     77 
     78 Permission is granted to anyone to use this software for any purpose,
     79 including commercial applications, and to alter it and redistribute it
     80 freely, subject to the following restrictions:
     81 
     82     1. The origin of this software must not be misrepresented; you must not
     83     claim that you wrote the original software. If you use this software
     84     in a product, an acknowledgment in the product documentation would be
     85     appreciated but is not required.
     86 
     87     2. Altered source versions must be plainly marked as such, and must not be
     88     misrepresented as being the original software.
     89 
     90     3. This notice may not be removed or altered from any source
     91     distribution.
     92 
     93 

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.