This plug-in creates a toy effect or tilt-shift miniature faking on a selected layer

Before
Demo picture: "Marina Duisburg am Innenhafen" - G. Sawatzky - Wikipedia.de

After

The GUI
It would be nice if somebody can compile a Windows binary and send it to me. Also needed are translations for the few strings in the plugin (see po subfolder) and for the HTML page of the help system
MEWS 1.0.1:
This Bugfix Release checks for GIMP 2.7, so no changes for GIMP 2.7 are necessary anymore.
MEWS 1.0.2:
This release should work on GIMP 2.6 AND GIMP 2.7, so it's much easier to maintain the Windows binaries. There's also a new "horizon view" in the preview. Please see the file ChangeLog for more details.
MEWS 1.0.3:
This bugfix release should correct the Cancel button crash. Please see the file ChangeLog for more details.
MEWS 1.0.4:
This bugfix release fixes the Cancel button crash on Windows. Please see the file ChangeLog for more details.
| Attachment | Size |
|---|---|
| 261.85 KB |
Comments
Please post your modifications ...
... so that I can integrate it if necessary.
Thanks Ruediger
It's fairly simple. In
It's fairly simple. In render.c replace all occurencies of gimp_image_add_layer with gimp_image_insert_layer and add a 0 as a second last argument. E.g.
gimp_image_add_layer(tmpvals.tmpimg_id,new_ID,-1);
becomes
gimp_image_insert_layer(tmpvals.tmpimg_id,new_ID,0,-1);
changed ...
... in the 1.0.1 version
Thanks Rüdiger
I would like that too. samj
I would like that too. samj maybe? :)
These links do not work
I am a registered user, but every time I try to download a plugin it gets interrupted. This does not happen on any other site.
Pages