Save for Web allows to find compromise between minimal file size and acceptable quality of image quickly. While adjusting various settings, you may explore how image quality and file size change. Options to reduce file size of an image include setting compression quality, number or colors, resizing, cropping, Exif information removal, etc.
If you want to send translations/contribute, please visit http://github.com/auris/gimp-save-for-web
| Attachment | Size |
|---|---|
| 51.19 KB | |
| 201.56 KB |
Comments
Windows binary Gimp 64 bits
http://www.aljacom.com/~gimp/gimp-save-for-web-0.29.0-64bits.zip
Tests : Gimp GIMP 2.6.9 (http://sourceforge.net) 64 bits & Gimp 2.7.2 - Gimp 2.7.3 64 bits (Partha http://partha.com) / Windows7 64 bits
Installation for windows
Hi, firstly thanks for this plugin.
I just wanted to note that the readme for the win version should/could also include the new user profile path for Vista/7. That is
"C:\Documents and settings\%username%\.gimp-2.6\plug-ins" for XP
"C:\users\%username%\.gimp-2.6\plug-ins" for Vista/7
Also, to make things simpler, a shell script can be used
-------------
@echo off
if exist "%userprofile%\.gimp-2.6" (
copy /Y webexport.exe "%userprofile%\.gimp-2.6\plug-ins" >nul
echo Install OK!
) else Gimp folder not found!
pause
-------------
for installation and
-------------
@echo off
if exist "%userprofile%\.gimp-2.6\webexport.exe" (
del /f "%userprofile%\.gimp-2.6\plug-ins\webexport.exe" >nul
echo Uninstall OK!
) else echo Plugin file not found!
pause
-------------
for uninstallation. I understand some people don't like shell scripts (for some wacky reason) but this way it's definitively more convenient.
Regards
Change default folder
One minor issue I have with the 'Save for Web' plugin, is that it seems to use the user's home folder as the default folder for saving items. It would be nice if you could change this to a different directory, or at least have it save the last saved folder in a session.
If I am editing 20 images, I have to browse to the correct save folder for each image, rather than having it remember the last folder I was in.
If I am wrong here and it is possible, please let me know.
Using Ubuntu 10.10 w/ Gimp 2.6.10.
installation error
I extracted the package to my plugins directory and ran ./configure Everything seems ok except for the last few lines:
checking for GIMP... configure: error: Package requirements (gimp-2.0 >= 2.3.0 gimpui-2.0 >= 2.3.0) were not met: No package 'gimp-2.0' found No package 'gimpui-2.0' found
I'm running gimp 2.6, so the condition does indeed appear to be met. the error message is followed by some suggestions, none of which make sense to me:
Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables GIMP_CFLAGS and GIMP_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details.
Where do I adjust these variables? Can somebody point me in the right direction?
Install some compilation dependencies
On Ubuntu, try:
sudo apt-get install libgimp2.0-dev intltool
And then:
cd ~/.gimp-2.6/plug-ins/gimp-save-for-web-0.29.0/
./configure
make
sudo make install
Excellent!
Very useful!
Very nice to have, thank you much
Thanks much to the developer for making this available.
very cool.this will indeed be
very cool.this will indeed be very helpful to compromise between size and quality.
Thanks For This Plug-in
i have installed this plug-in and this amazing thanks for the develepors.
And when will the update this project?
not easy install
I had to do a real run around to try to get this thing installed. Isn't there an EASY way for all us non-programmers who just want to use the software? there are so many steps, so many of which do not make sense for the non-techie. I appreciate the time everyone takes to make GIMP and all the extra plug-ins that add so much, but can't there be a easy way to install these things for macs (that's me!) and every other OS that make sense to people like me who are stupid when it comes to these things. Every time I try using Terminal nothing happens despite the fact I follow the instructions exactly. Please can we make instructions system specific and simple? God Bless you all. Via Free!!!
Pages