forked from auris/gimp-save-for-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
26 lines (19 loc) · 751 Bytes
/
README
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
Save for Web plug-in for The GIMP
=================================
Save for Web plug-ins allows to experiment with various popular web format
options. It shows an automatically updated preview and file size statistics.
Pre-requisites
==============
To compile in Debian/Ubuntu, first install the following:
$ sudo apt-get install libtool automake intltool libgimp2.0-dev
Building
========
To build and install it, just ...
./configure
make
make install
... and it's there.
If you want to install the plug-in for local user only, instead of make install do:
$ cp src/webexport ~/.gimp-X.X/plug-ins/
(replace X.X with the version of GIMP installed)
If building from a GIT clone, you'll need to run ./autogen.sh first (see the HACKING file)