Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gmsh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Larry Price
gmsh
Commits
64a3ea7b
Commit
64a3ea7b
authored
22 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
Add original copyright notices
parent
0be0f019
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Graphics/gl2gif.cpp
+32
-21
32 additions, 21 deletions
Graphics/gl2gif.cpp
with
32 additions
and
21 deletions
Graphics/gl2gif.cpp
+
32
−
21
View file @
64a3ea7b
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* GL2GIF, an OpenGL to GIF Printing Library
* GL2GIF, an OpenGL to GIF Printing Library
* Copyright (C) 1999-2002 Christophe Geuzaine
* Copyright (C) 1999-2002 Christophe Geuzaine
*
*
* $Id: gl2gif.cpp,v 1.1
7
2003-03-0
1 22:36:40
geuzaine Exp $
* $Id: gl2gif.cpp,v 1.1
8
2003-03-0
4 04:22:37
geuzaine Exp $
*
*
* This library is free software; you can redistribute it and/or
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* modify it under the terms of the GNU Library General Public
...
@@ -23,31 +23,42 @@
...
@@ -23,31 +23,42 @@
/*
/*
* Warning: This code is really a dirty hack. It SHOULD be cleaned
* Warning: This code is really a dirty hack. It SHOULD be cleaned
* (and most of all, all the static variables should be removed).
* (and most of all, all the static variables should be removed).
*
*
* It is based on
* It is based on
*
*
* . libppm3.c - ppm utility library part 3
* - libppm3.c - ppm utility library part 3
* Copyright (C) 1989, 1991 by Jef Poskanzer.
* - ppmquant.c - quantize the colors in a pixmap down to a specified number
*
* 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.
*
* and
*
* - ppmtogif.c - read a portable pixmap and produce a GIF file
*
* Based on GIFENCOD by David Rowley <mgardi@watdscu.waterloo.edu>.A
* Lempel-Zim compression based on "compress".
*
* Modified by Marcel Wijkstra <wijkstra@fwi.uva.nl>
*
*
* . ppmtogif.c - read a portable pixmap and produce a GIF file
* Copyright (C) 1989 by Jef Poskanzer.
* Copyright (C) 1989 by Jef Poskanzer.
*
*
* . GIFCOMPR.C
* Permission to use, copy, modify, and distribute this software and its
* Lempel-Ziv compression based on 'compress.c'.
* documentation for any purpose and without fee is hereby granted, provided
* File compression ala IEEE Computer, June 1984.
* that the above copyright notice appear in all copies and that both that
* By Authors: Spencer W. Thomas (decvax!harpo!utah-cs!utah-gr!thomas)
* copyright notice and this permission notice appear in supporting
* Jim McKie (decvax!mcvax!jim)
* documentation. This software is provided "as is" without express or
* Steve Davies (decvax!vax135!petsd!peora!srd)
* implied warranty.
* Ken Turkowski (decvax!decwrl!turtlevax!ken)
* James A. Woods (decvax!ihnp4!ames!jaw)
* Joe Orost (decvax!vax135!petsd!joe)
* GIF modifications by David Rowley (mgardi@watdcsu.waterloo.edu)
*
*
* . ppmquant.c - quantize the colors in a pixmap down to a specified
* The Graphics Interchange Format(c) is the Copyright property of
* number
* CompuServe Incorporated. GIF(sm) is a Service Mark property of
* Copyright (C) 1989, 1991 by Jef Poskanzer. Based on Paul
* CompuServe Incorporated.
* Heckbert's paper "Color Image Quantization for Frame Buffer
* Display", SIGGRAPH '82 Proceedings, page 297.
*
*
*/
*/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment