Tips on How to Avoid The Red Eye Effect

There are several photography mistakes that are common to both professionals and amateurs, and one of these is the redeye effect. Redeye occurs more at night. It is because the eye’s pupil expands to allow more light in, and your camera’s flash reflects nearly directly back off the exposed retina. Lots of cameras have a [...]

Continue Reading →

Candy UI Kit

Candy UI kit is a user interface kit that has clean and exact elements that are ideal for any web and app creations. The free pack comes in with vector shape layers that are fully scalable and well-made via Photoshop. Candy UI kit is free to download and use for personal and commercial purposes but [...]

Continue Reading →

How To Create ZIP files Using PHP

Previously, we posted a feature on a pretty neat script that allows you to unzip files (on a server) using PHP. This time, allow me to present you with a snippet that does the exact opposite: compress files into a zip file. Now, there are a handful of ways you can actually do this with [...]

Continue Reading →

Transform Your Photo from Day to Night with Photoshop

Transforming a day photo into a realistic night photo can be tricky. In this tutorial, you will learn some excellent tips and tricks such as how to only adjust a certain portion of the whole image to achieve this day-to-night effect. In Photoshop, the disadvantage with the Color Balance is you can only adjust the [...]

Continue Reading →

TKinter Programming

This combination of Python and Tkinter is a fast and easy way to create GUI applications. Tkinter is the standard GUI library for Python. It is also implemented as a Python wrapper around a Tcl interpreter that is embedded in the Python interpreter. It has a number of modules that gives a powerful interface to [...]

Continue Reading →

Extract Common Colors From An Image Using Ruby

Here’s a great snippet of Ruby script that you might find helpful, especially if you’re working on a site’s color scheme based on an image source. This code will basically take an image via a provided path or URL that directs to it, extract the seven most common colors it finds and then return their [...]

Continue Reading →

Page 6 of 6« First...«23456