xplanetFX renders high quality wallpapers of mother earth on your desktop. An extensive GUI (GTK) provides a lot of features and settings. Various templates place the planet inside different scenes and make shure your desktop never gets boring again. With realtime light, shadows and clouds!

traGtor is a graphical user interface for the awesome conversion tool ffmpeg. With multi streams, presets, multi language and a lot of other features traGtor is a handy tool for converting all audio and video formats through ffmpeg. traGtor is based on GTK and Python.

Calf studiogear is an extensive and high quality plugin pack for professional audio production under Linux. It provides a lot of synthesizers, effects and signal processing for the use with LV2 audio production suites (like Ardour) or as stand-alone through JACK.

Calf with all of its new features and processors isn't officially released by now so you have to grab the GIT-repository from sourceforge.net until we are ready for a stable release.

» calf.sourceforge.net

guess is a tool to launch (and kill) different setups of programs. It was invented to startup all needed synthesizers, audio suites, MIDI sequencers and stuff with the correct source files on the right desktop for a single audio production with just one click.

xplanetFX - series: Mit xplanetFX ganze Bilderserien erstellen

oRainge Theme: GTK-, GDM-, Metacity-, Icons-Theme

oRainge gDesklets: Sprechende Uhren, Kalender, System-Widgets (manual)

photogen:c SVG-Icons: Diverse High-Quality-Icons im SVG-Format

traffick: Serverumgebungen testen. Durch skalierbares Threading erzeugt traffick Unmengen an Suchanfragen und Webseitenaufrufen, um ein hohes Maß an Vorratsdaten Netzwerkauslastung zu simulieren.

GIMP Plug-In “Moderated Blur” for Tilt Shift and Depth-Of-Field Effects

stuff (de) guess calf traGtor xplanetFX

Archiv der Kategorie ‘GIMP-Scripts‘

GIMP Plug-In „Moderated Blur“ for Tilt Shift or Depth-Of-Field Effects

Sonntag, den 1. Januar 2012

I often needed this kind of plugin to add some depth to images and always used creepy workarounds to get my results. Yesterday I started thinking about the problem of dynamic blur radiants and now „Moderated Blur“ is available as a Python-Fu plug-in for GIMP.

This plugin enables dynamic transitions between blur radiants and can be used for a lot of camera- and optical effects (example). It uses a grayscale map to determine the blur radiant and can be configured with some options:

  • Moderator: Select the layer that will be converted to greyscale and that will be used as the „blur map“
  • Min Blur: The minimum blur, used in black areas of the map
  • Max Blur: The maximum blur, used in white regions of the map
  • Accuracy: The amount of different regions. Each region is blurred on its own so this raises render time.
  • Order: Which blur intensity should be composited on top? Use Min for sharp edges and Max for soft transitions.
  • Scale: Use logarithmic or linear blur radiants. Logarithmic blur starts softer and creates a nicer field of depth.

Installation

Download the script, unpack it an move it to ~/.gimp-x.x/plug-ins/

Usage

  • Create a layer with grayscale content where white will trigger the highest blur radiant and black will use the minimum blur. Move it whereever you want in your layer stack, you can even set its opacity to 0.
  • Select the layer to be affected
  • Choose Filters -> Moderated Blur
  • Choose the moderator layer you created, make other settings and start the process
  • Optionally remove the moderator layer afterwards

Examples

Focus on my shitface

Test 1 source + Test 1 moderator = Test 1 result

Field Of Depth

Test 2 source + Test 2 moderator = Test 2 result

Tilt Shift (Fake Minitures)

Test 3 source + Test 3 moderator = Test 3 result

Depth with edges

(Yes, the mask was dashed off – just thought as a demo)

Test 4 source + Test 4 moderator = Test 4 result

Transparente, runde Ecken – Galore!

Freitag, den 28. November 2008

„Könnte der Radius der runden Ecken eventuell einen Hauch größer sein?“ Welchem Webschmierling ist das nicht irgendwann schon einmal widerfahren?

Normalerweise steigt in dem Falle umgehend der Adrenalinspiegel. Grafikprogramm öffnen, Layout ändern, neue Slices anlegen, alles exportieren, auf den Webserver laden und in der CSS-Datei anpassen. Um eine halbe Stunde später zu hören „Ich glaube, jetzt sind sie zu groß…“
Den ganzen Beitrag lesen »

Gimp-Scripts auf einem Webserver ohne X-Server

Donnerstag, den 31. Januar 2008

Ist ja super, was GIMP durch die Scripterei nicht so alles kann, allerdings benötigt man dafür einen laufenden X-Server, um Grafiken und Fonts zu rendern. Auf ’nem Standard-LAMP ist sowas natürlich nicht vorgesehen und würde auch reichlich wenig Sinn machen. Aber Dank der üblichen LINUX-Taschenspielertricks kann man sich da mit Xvfb behelfen. Das Ding simuliert einen X-Server über einen Framebuffer und stellt GIMP so die erforderliche Umgebung zur Verfügung. Auf ’nem Debian-Webserver sieht das dann so aus:

apt-get update && apt-get install xvfb xfonts-base

fertig. Der Server muss nun noch gestartet werden:

Xvfb :1 -screen 0 10x10x8 &

…und anschliessend kann man wie gewohnt seine GIMP-Scripts ausführen lassen.

Pimp my Thumbnail

Montag, den 7. Januar 2008

Seitdem iBlubb, iBlah und iBobbel nun das Web i.0 übernommen haben, spiegelt und funkelt es einem von den ganzen iCons nur so entgegen, dass man sich am liebsten auf den ganzen nassen Fussböden so richtig auf die iFresse legen möchte. Zu dem vollen iWahn möchte natürlich auch ich mein iSchärflein beitragen und hab da mal was vorbereitet…

Heute bei uns im Shop: ein frisches iGIMP-Script!

Den ganzen Beitrag lesen »