m2orris / GIMP-scripts

Various scripts for GIMP
MIT License
23 stars 21 forks source link

GIMP-scripts

Version 1.30

Copyright (c) 2013 Michael Morris
This software is released under MIT Open Source License

Objective

GIMP-scripts is a collection of macros or scripts for GIMP.


Script-Fu / export_iOS_icons_of_image.scm

This Script-Fu script contains functions that non-destructively convert the active image to various user specified iOS images and app icons.

The following describes the conversion process. First, the active image is duplicated. Second, if scaling is required, scaling is applied to the duplicate image. Next, the duplicate image is exported with a name that follows the iOS naming convention ("@2x.png" for Retina images and ".png" for Non-Retina images, as well as proper iOS app icon names when exporting app icons). Finally after completion of the export, the duplicate image is destroyed. Each image generated started with a clean duplicate copy of the active image.

This script contains three functions.


Script-Fu / select_round_rectangle.scm

The Rectangular Select Tool with Rounded corners option checked is very useful, but it could be so much more. The underlying GIMP function, gimp-image-select-round-rectangle written by Martin Nordholts provides much more functionality than what is exposed in the Rectangular Select Tool.

This script attempts to unleash gimp-image-select-round-rectangle's potential by raising the radius limit to 262144 pixels from 100 pixels and exposes the ability to specify different x and y radii.

In case you are wondering, a bug report has been submitted to "fix" the Rectangular Select Tool.

This script contains two functions.

Installation

  1. Copy the scripts from the GIMP-scripts/Script-Fu directory to the GIMP scripts directory.
  2. Start GIMP
  3. In GIMP Filters --> Script-Fu --> Refresh Script

Release Notes

1.30 - July 20, 2013

1.20 - July 17, 2013

1.10 - April 17, 2013

1.00 - January 17, 2013

Contributors