Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
GIMP
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2,642
Issues
2,642
List
Boards
Labels
Service Desk
Milestones
Merge Requests
36
Merge Requests
36
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
External Wiki
External Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
GIMP
Commits
101167f4
Commit
101167f4
authored
Jan 26, 1998
by
Manish Singh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change the version numbers to .18.
-Yosh
parent
3dab9dcc
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
9 deletions
+10
-9
INSTALL
INSTALL
+1
-1
NOTES
NOTES
+4
-4
README
README
+3
-2
configure.in
configure.in
+2
-2
No files found.
INSTALL
View file @
101167f4
There are three basic steps to building and installing the
GIMP on unix:
1. You need to have installed GTK version 0.99.
1
or better
1. You need to have installed GTK version 0.99.
3
or better
2. You may want to install other third party libraries that
are needed for some of the available plugins: TIFF, PNG,
JPEG, MPEG, etc.
...
...
NOTES
View file @
101167f4
Some notes on GIMP-0.99.1
7
:
Some notes on GIMP-0.99.1
8
:
* The AA, MathMap, G
impTcl, GAG, user_filter, rcm, FractalExplorer, and Gfig
plugins are included but not yet integrated into the build cause of instability
o
r o
ther unresolved issues.
* The AA, MathMap, G
AG, user_filter, rcm, FractalExplorer, and Gfig plugins
are included but not yet integrated into the build cause of instability or
other unresolved issues.
Please read the file TODO-DIST to find more information about things
that were not included or that are (possibly) broken in this distribution.
...
...
README
View file @
101167f4
The GIMP: the GNU Image Manipulation Program
--------------------------------------------
This is version 0.99.1
7
of the GIMP. For the most part it contains all
This is version 0.99.1
8
of the GIMP. For the most part it contains all
of the features that will be in version 1.0 of the GIMP. It does,
however, lack a) documentation, b) robustness and c) some of the
plug-ins found in the 0.54 version.
The main difference between v0.99.1
7
and much earlier versions is the
The main difference between v0.99.1
8
and much earlier versions is the
use of a tile based memory management for images. This allows the GIMP
to work with images much larger than physical memory in a usable
fashion. Before such memory management, the GIMP was nearly unusable
...
...
@@ -133,3 +133,4 @@ Have fun,
Spencer Kimball <spencer@xcf.berkeley.edu>
Peter Mattis <petm@xcf.berkeley.edu>
Federico Mena <federico@nuclecu.unam.mx>
Manish Singh <yosh@gimp.org>
configure.in
View file @
101167f4
...
...
@@ -7,10 +7,10 @@ GIMP_MAJOR_VERSION_NUMBER=0
dnl $Format: "GIMP_MINOR_VERSION_NUMBER=$ReleaseMinorVersion$" $
GIMP_MINOR_VERSION_NUMBER=99
dnl $Format: "GIMP_MICRO_VERSION_NUMBER=$ReleaseMicroVersion$" $
GIMP_MICRO_VERSION_NUMBER=1
7
GIMP_MICRO_VERSION_NUMBER=1
8
dnl $Format: "AM_INIT_AUTOMAKE(gimp, $ReleaseVersion$)" $
AM_INIT_AUTOMAKE(gimp, 0.99.1
7
)
AM_INIT_AUTOMAKE(gimp, 0.99.1
8
)
dnl Specify a header configuration file
AM_CONFIG_HEADER(config.h)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment