Skip to content

RogueScholar/gimp-save-for-web

 
 

Repository files navigation

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)

About

Save for web plug-in for GIMP 3.0 still under development

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 86.7%
  • Shell 12.0%
  • Other 1.3%