View allAll Photos Tagged plugin

with fractalius plugin. Check it in bigger resolution!

Huisfeest Schoonmaak / After Party Cleaning - Schoonmaakbedrijf Frisse Kater - www.frissekater.nl

The grass mod is finally finished. Ideal setting is imingrasssize=70 for a sweet spot between density and performance, but go as low as 50 for better coverage or as high as 100 for more performance.

I'll add the link to the download shortly.

Easily copy/paste your settings in key in different installations to restore your WPtouch Pro settings easily!

With Plug-In Scentsy Warmers, you still get amazing fragrance in even the smallest spaces. Now available in a range of colors and designs, each plug-in features a detachable base, making it quick and easy to change fragrances

 

janicewicklesscandles.scentsy.us/Buy/Category/521

A little bit of Futurism...folks

 

Made for TMI's "Work Your Magic"

www.flickr.com/groups/impressionists/

Using this original:

www.flickr.com/photos/14678598@N07/4773045170/

 

This picture is just an example of a filter I wrote for using in the g'mic plugin for the Gimp.

 

It was an attempt to make a lens blur filter that would allow you to adjust the bokeh somewhat. I'm quite pleased with how it turned out. Some initial experiments showed that it works great for making fake tilt-shift pictures.

 

The code:

 

#@gmic

 

#@gimp {Gentlemanbeggar's filters}

 

#**************************************

#ABOUT

#**************************************

 

#@gimp About : _none_, gimp_gb_about

#@gimp : note = note{"

#@gimp : ( Gentlemanbeggars Filter Set for G'MIC)\n\nis proposed to you by"}

#@gimp : note = note("Gentlemanbeggar")

#@gimp : note = note{"\n"}

#@gimp : sep = separator()

#@gimp : note = note{"

#@gimp : The source code of this filter is available at :"}

#@gimp : note = link("http://gentlemanbeggar.wordpress.com")

#@gimp : "}

#@gimp : sep = separator()

#@gimp : note = note{"\nThe filters in this folder are still under development and may be subject to changes."}

gimp_gb_about :

-gimp_logo "GB"'"s Filters"

  

#*******************************************************

#Gentlemanbeggar's Ping Pong Filter

#*******************************************************

 

#@gimp Ping Pong : gimp_gb_pp

#@gimp : note = note{"\nUsage Notes: Set Output mode to 'New image' or 'in place' to simply reverse the frames in this image. Set mode to 'New layers' to add the reversing effect to your current image."}

gimp_gb_pp :

-rv

 

#*************END OF FILTER****************

 

#*******************************************************

#Gentlemanbeggar's Lens Blur

#*******************************************************

 

#@gimp Lens Blur : gimp_gb_lb, gimp_gb_lb_preview(0)

#@gimp : note = note{"\nUsage Notes: Set Output mode to 'New image' or 'in place' to simply reverse the frames in this image. Set mode to 'New layers' to add the reversing effect to your current image."}

#@gimp : Amplitude = float(10,5,20)

#@gimp : Bokeh = float(7,0,20)

#@gimp : sep = seperator()

#@gimp : Preview type = choice("Full","Forward horizontal","Forward vertical","Backward horizontal","Backward vertical")

 

gimp_gb_lb :

-spread 3

-heat_flow $1

-dilate_circ $2

-compose_lighten

 

gimp_gb_lb_preview :

-gimp_split_preview "-gimp_gb_lb ${1--2}",$-1

 

#*************END OF FILTER****************

  

#******************************************

#END OF DIRECTORY

#******************************************

 

#@gimp _

No beta do Skype 2.6, que saiu essa semana, um plugin do Firefox transforma qualquer número de telefone em páginas web clicáveis para o Skype. O plugin reconhece até o país de origem da página que você está, mudando automaticamente o código do país para discagem. Show!

I love how I can take a beautiful starter photo, clean the edges to a solid black, and then focus on the colorful points I like best to make a newer and brighter kaleidoscope.

 

This image started as one of my in-scope images from my Knapp Studios oil scope. I then ran it through the Mehdi plugin of my Photoshop Elements 2 program. (And, yes, it took me over 5 years to upload it to Flickr.)

Using the QGIS Time Manager Plugin to visualise a couple of hours of Edinburgh's Bus Movements during weekday rush hour (1630-1830h). Time scale - 12 minutes per second of video.

 

Inspired by this Plugin tutorial

 

Used QGIS heatmap rendering.

 

I confess, I had to cheat a bit - I used ffmpeg to generate the final video, rather than exporting directly from the plugin.

 

Couple of reasons for this...

 

- the web endpoint I used sometimes returns incomplete data

- sometimes, it doesn't return any data at all, so the frame is black

 

A video with blank or nearly-empty frames can be difficult to watch. This meant I had to manually replace empty frames to avoid distracting "flashes".

 

ffmpeg doesn't like gaps in the file numbering sequence, so I copied neighbouring frames over the 'bad' frames.

 

This is the ffmpeg command I used.

 

~/path/to/ffmpeg -r 24 -i /path/to/animation/frame%03d.png -c:v libx264 -vf "scale=trunc(iw/2)*2:trunc(ih/2)*2" -r 30 -q 1 -pix_fmt yuv420p ~/Videos/myvideo.mp4

 

I had to move the png world files (*.pngw) to a backup directory first, otherwise ffmpeg tries to include them. The codec also requires the dimensions to be even, so a scale filter is used to make sure this is the case.

 

Security Advice From WordPress : Reset Your Password Now!

New to WPtouch Pro, you can set a variety of style, color, font face and font size options.

A solar calculator plugin features smarter technical aspects and you would get familiar with the beneficial options. It’s time to install the plugin and you can use technology in your way. @ solarwizardplugin.com/

WordPress Random Category – Categoría aleatoria | Código y demos

 

ceslava.com/blog/wordpress-random-category-categora-aleat...

The above photo has been shot with the Samsung SMART CAMERA NX20, which has been provided by Samsung Electronics. Co., Ltd.

These are the WordPress plugins that power my blog.

WooCommerce is one of the most widely used WordPress Plugin. It is a plugin used to set up an eCommerce website with WordPress. The plugin has accumulated well over 15.4 million downloads. More than 37% of all online stores are also built on WooCommerce. You can use the WooCommerce plugin to set...

 

main-reviews.com/?p=2204

A very useful plugin for wordpress user. First, export your old wordpress blog post and comments. Then, import them into a new wordpress.

A additional Artistic filter for Gmic a plugin for GIMP

(all free and open Source , for Windows as for Linux and Mac)

****************************************************************************************

First a good news for who has old preset from previous version, i recover the code on which were based, so i may update soon to the new version , and in the while i may repost the old code

(as usual the 2 version will not conflict )

****************************************************************************************

 

New version changes

 

1)

now is possible visual control on each step :

Check "Skip all other step" box allow to see what are you doing, instead then the final combination.

Anyway remember to Uncheck to reactivate the other controls.

 

2)

Merging modes:

i add a option to swap the layers before merging

and 2 merging option

 

please let me know if any problem

 

BTW i removed most of the notes in the filter for problem of space, let me know if is still clear, if not i may add them again (but then will be needed scroll even more to access to all commands)

 

To get the filter open Gmic enter in About/additional Filter menu ,there enable my source (PhotoComix Filters)...then click for filter update

 

_________________

The next release of the Plazer sports a Skype integration. If you like it will automatically set your Skype profile and mood message to your current whereabouts, displaying City, Country, Plaze name and local time. Nice, eh?

I made a few updates to this plugin that allows you to integrate a flickr style badge into your WordPress Site.

 

You can now select small, thumbnail or medium sized images and you can now display user photos from just one tag (say for just displaying your photos tagged with 'moblog').

a test of a photo booth plugin i made I called it Pleasantville because it turns the background to black and white like in that movie.

  

UPDATE: other plugin

Get various language packs for nlstart e107 plugins.

Just developed a basic Wordpress plugin that allows you to easily embed your newest photos within your sidebar. It ended up being much easier than I thought it would be.

 

*Requires PHP5

Invitar a los contactos de Facebook, en Sociable!

1 2 3 5 7 ••• 79 80