Author Archive

Image Enlargement — improve jpg Image

Posted by henk on June 28, 2011  |  No Comments

It’s very common that one has to use an image for printing taken from the internet. These images are usually small in size and you can clearly spot the jpeg compression in form of small squares. If you wanted to use such an image for printing, you can either use them in only very small size or the above mentioned squares will be visible. Obviously it’s better to avoid using low res jpeg images for printing, but sometimes we can’t avoid it. With the following procedure you can enlarge and improve your image slightly, so that it becomes printable. It can never be sharp and detailed, but at least it will not be jagged.

This is the original jpeg. It looks ok at this size but once we enlarge it to its double size the problems of the jpeg compression will become obvious.

First enlarge it to it’s double size with Image/Image Size. Make sure the Resample image option is selected and it is set to Bicubic. The small squares resulting from the jpeg compression are very much evident on the left ear.

As a second step to clear the jagged pixels around the edges apply Filter/Noise/Despeckle. This makes the image softer.

Now enlarge the image to it’s double again and apply Filter/Stylize/Diffuse with the Anisotropic option. This will smoothen the edges further and it enhances the edges of the image. The reason we have to enlarge the image before applying this filter is that this filter is extremely evident at 100% and would destroy the reality of the image. At this size you can see that this filter works as if a human would go over the image with a brush and repaint it, improving the edges and getting rid of inconsistencies.

Next reduce the image back by 50% and apply Filter/Sharpen/Unsharp mask with the options Amount 60%, Radius 2 px, Threshold 2 levels. You can experiment with these options depending on your image. If you look at the eyes, nose and ear you can clearly see the difference between the second (enlarged) image and this last one.

resource (photoshopsupport.com)

Tags:

Filed Under: photoshop

Pencil Arts

Posted by henk on March 8, 2011  |  No Comments

Wonder Woman

by Jim Lee

Tags:

Filed Under: Pencil Arts

Gmail Priority Inbox

Posted by henk on September 15, 2010  |  No Comments

Google add new feature in Gmail call Priority Inbox. Its help to save your time to get through it faster by putting the most important mail at the top of your inbox

Read More

Filed Under: Web Design

3d Typo

Posted by henk on August 23, 2010  |  No Comments

3d Typo

By Ethan Park

3d Typo

By StereoNoize

3d Typo

By Sara

3d Typo

By Benjamin Prescott

Tags:

Filed Under: Web Design

CSS3 Property

Posted by henk on August 18, 2010  |  No Comments


CSS3 Property

Borders

  • border-color
  • border-image
  • box-shadow

Backgrounds

  • background-origin and background-clip
  • background-size
  • multiple backgrounds

Color

  • HSL colors
  • HSLA colors
  • opacity
  • RGBA colors

Text effects

  • text-shadow
  • text-overflow
  • word-wrap

User-interface

  • box-sizing
  • resize
  • outline

Tags:

Filed Under: Web Design

Top Magazines For Web Designer

Posted by henk on August 18, 2010  |  No Comments

Top Magazines For Web Designer

Dundoland

Semantic Code

Posted by henk on August 9, 2010  |  No Comments

Sementic Code

Semantic Code relates to language. It can be described as a systematic statement of a body of law, a system of principles or rules , or even rules So stick those together.

But primarily it is a term used by web designer. Even if you are not a web designer, you are probably aware that your site has been written in HTML. HTML was originally intended as a means of describing the content of a document, not as a means to make it appear visually pleasing.

Semantic code returns to this original concept and encourages web designers to write code that describes the content rather than how that content should look.

Filed Under: Web Design