Projects tagged ‘gimp’ and ‘image’


Jump to tag:

Projects tagged ‘gimp’ and ‘image’

Filtered by Project Tags gimp image

Refine results Project Tags photo (3) painting (2) python (2) editor (2) windows (2) linux (2) drawing (2) design (2) graphics (2) graphic (2) art (2) filter (1)

[5 total ]

2380 Users
   

GIMP is an acronym for GNU Image Manipulation Program. It is a freely distributed program for such tasks as photo retouching, image composition and image authoring. It has many capabilities. It can ... [More] be used as a simple paint program, an expert quality photo retouching program, an online batch processing system, a mass production image renderer, an image format converter, etc. GIMP is expandable and extensible. It is designed to be augmented with plug-ins and extensions to do just about anything. The advanced scripting interface allows everything from the simplest task to the most complex image manipulation procedures to be easily scripted. GIMP is written and developed under X11 on UNIX platforms. But basically the same code also runs on MS Windows and Mac OS X. [Less]
Created over 3 years ago.

3 Users

GIMPshop is a modification of the free/open source GNU Image Manipulation Program (GIMP), intended to replicate the feel of Adobe Photoshop. Its primary purpose is to make users of Photoshop feel ... [More] comfortable using GIMP. It shares all GIMP's advantages, including the long feature list and customisability, while addressing some common criticisms regarding the program's interface: GIMPshop modifies the menu structure to closely match Photoshop's, adjusts the program's terminology to match Adobe's, and, in the Windows version, uses a plugin called 'Deweirdifier' to combine the application's numerous windows in a similar manner to the MDI system used by most Windows graphics packages. GIMPshop supports all GIMP's own plugins, filters, brushes, etc. [Less]
Created about 1 year ago.

2 Users
 

GREYCstoration is an image regularization algorithm which is able to process a color image by locally removing small variations of pixel intensities while preserving significant global image features ... [More] , such as edges and corners. The most direct application of image regularization is image denoising. By extension, it can also be used to inpaint or resize images. [Less]
Created over 2 years ago.

0 Users

G'MIC is a console-based program whose goal is to convert, manipulate and visualize generic 1D/2D/3D multi-spectral image datasets. It has been designed with portability in mind, and thus runs on a wide variety of different plateforms.
Created 11 months ago.

0 Users

I wanted to enlarge a sprite that I found at www.spriters-resource.com into something that would look good when enlarged. Basically this code does the following: Fills the background with ... [More] transparency. I assume that the image given has the background around it and that some of that background at 0, 0 (top-left). Antialiases the edges. Scales the image 3 times with cubic interpolation. Runs the cartoon filter to get the edges out. Runs a sharpening filter. Runs the cartoon filter again with different parameters. Adds a dropshadow (as a separate undo). Before: After: Before 8x: After 2.6x: As a comparison, this is the normal gimp scaling: Linear: Cubic: And uh, Sinc (Lanczos3): You may be more interested in the code which breaks each step into a separate function. [Less]
Created 11 months ago.