If you'd like to upload plug-ins or post comments, please create an account below. Otherwise (e.g. for download) you do not need one! Enjoy :-)
An picture filter coded as Gimp-Python plugin. What this filter does is to reduce the colourspace of a 24bit rgb picture into a 3bit, using a predefined halftone cluster for it. Your vote: ...
Plugin - nitrofurano - Nov 28 2008 - 20:30 - 0 comments - 1 attachment
The code still have some accuracy bugs when compaired with its sdlBasic version, since i were getting some problems when recoding it to Python-Gimp. The script converts a rgb picture into msx1 (also colecovision and sega sg1000) display limitations, w ...
Plugin - nitrofurano - Nov 18 2008 - 17:25 - 0 comments - 1 attachment
Posting this picture filter here specially because it's very rare and difficult to find picture filters made as plug-in for Gimp coded in Python - publishing this would be also for encouraging people on enrich Gimp with good filters (better than mine on ...
Script - nitrofurano - Jun 25 2008 - 10:30 - 5 comments - 1 attachment
The code still have some accuracy bugs when compaired with its sdlBasic version, since i were getting some problems when recoding it to Python-Gimp. The script converts a rgb picture into zx-spectrum display limitations, which have a predefined palett ...
Plugin - nitrofurano - Oct 30 2008 - 08:20 - 0 comments - 1 attachment
A converter from 3d crosseye photos to 3d anaglyph red-cyan. The code is slow because it works pixel by pixel, please try first with small pictures, like 640x240 (from 2x 320x240) - i think a similar code can perform faster, like moving a group of pix ...
Plugin - nitrofurano - Oct 30 2008 - 14:28 - 0 comments - 1 attachment
Some time ago i coded this picture converter below on sdlBasic. Is there some way to recode this using Python-Gimp and use this as picture filter? afaik, the Python syntax can be somehow similar of the used on sdlBasic, and maybe i'd need to use get_ ...
Forum topic - nitrofurano - Jun 19 2008 - 23:30 - 4 comments - 0 attachments