RogueScholar / gimp-save-for-web

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Other


Languages

Language:C 86.7%Language:Shell 12.0%Language:Makefile 1.0%Language:HTML 0.3%