Quantcast
Channel: Update – Software by Default
Browsing all 42 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

BatToExe Initial Release

The initial release of BatToExe is now available for download! Browse the BatToExe Project Homepage for more info BatToExe Project Homepage BatToExe Screenshot Filed under: BatToExe, New Version,...

View Article



Image may be NSFW.
Clik here to view.

Extending ConfigurationManager – Code Sample

Extending ConfigurationManager – Get values by type. Short Code Sample explaining how to read values from Application Configuration Files without having to cast/parse by hand. Extending...

View Article

Image may be NSFW.
Clik here to view.

Testing Windows Live Writer Plugins

I recently installed Microsoft Windows Live Writer in order to enable offline/desktop content creation for my blog hosted at WordPress.com So far Live Writer has exceeded my expectations by far, simply...

View Article

Image may be NSFW.
Clik here to view.

Shutdown Windows without installing updates

Yesterday I shutdown my notebook  as I was about to leave work. Surprise! There was a couple of hundred Windows updates waiting to be installed. Yes, I’m talking about the dreaded “Install updates and...

View Article

Image may be NSFW.
Clik here to view.

C# How to: Drawing in GDI with Opacity/Alpha components

Article Purpose In this article we explore GDI+ drawing operations implementing opacity, also known as alpha blending. Sample source code This article is accompanied by a sample source code Visual...

View Article


Image may be NSFW.
Clik here to view.

C# How to: Deep copy objects using Binary Serialization

Article purpose This article will illustrate how to create deep copies of an object by making use of binary serialization implemented in the form of an extension method with generic type support....

View Article

Image may be NSFW.
Clik here to view.

C# How to: Using Microsoft Kinect with Windows Forms

Article purpose This article illustrates a basic introductory level explanation of the steps required to interface with the Microsoft Kinect for Windows sensor using the Kinect for Windows Sdk...

View Article

Image may be NSFW.
Clik here to view.

C# How to: Decoding/Converting Base64 strings to Bitmap images

Article purpose This article details how to decode or convert Base64 encoded strings back into Bitmap images by means of extending the string class. Note: This article is an update that builds upon the...

View Article


Image may be NSFW.
Clik here to view.

C# How to: Image filtering implemented using a ColorMatrix

Article purpose This article is based around creating basic Image filters. The different types of filters discussed are: Grayscale, Transparency, Image Negative and Sepia tone. All filters are...

View Article


Image may be NSFW.
Clik here to view.

C# How to: Encoding Base64 Thumbnails

Article purpose This article details how to read Image files from the file system, create thumbnails and then encoding thumbnails images to Base64 strings. Sample source code This article is...

View Article

Image may be NSFW.
Clik here to view.

C# How to: Blending Bitmap images using colour filters

Article purpose In this article we explore how to combine or blend two Bitmap images by implementing various colour filters affecting how an Image appear as part of the resulting blended image. The...

View Article

Image may be NSFW.
Clik here to view.

C# How to: Generating Icons from Images

Article Purpose This article illustrates the process of generating icon files (*.ico) from user specified input images. The accompanying Sample Source Code implements a Windows Forms application,...

View Article

Image may be NSFW.
Clik here to view.

C# How to: Boolean Edge Detection

Article purpose The purpose of this article is to detail Boolean Function Based Edge Detection. The Image filtering implemented in this article occurs on a per pixel basis. The implementation relies on...

View Article


Image may be NSFW.
Clik here to view.

C# How to: Gradient Based Edge Detection

Article purpose This article provides a technical discussion exploring the topic of Gradient Based Edge Detection and related aspects. Several filtering options are illustrated and explained ranging...

View Article

Image may be NSFW.
Clik here to view.

C# How to: Image Cartoon Effect

Article purpose In this article we explore the tasks related to creating a Cartoon Effect from images which reflect real world non-animated scenarios. When applying a Cartoon Effect it becomes possible...

View Article


Image may be NSFW.
Clik here to view.

C# How to: Sharpen Edge Detection

Article Purpose It is the objective of this article to explore and provide a discussion based in the concept of Edge Detection through means of Image Sharpening. Illustrated are various methods of...

View Article

Image may be NSFW.
Clik here to view.

C# How to: Calculating Gaussian Kernels

Article Purpose This article’s purpose is to explain and illustrate in detail the requirements involved in calculating Gaussian Kernels intended for use in image convolution when implementing Gaussian...

View Article


Image may be NSFW.
Clik here to view.

C# How to: Image Blur

Article Purpose This article serves to provides an introduction and discussion relating to Image Blurring methods and techniques. The Image Blur methods covered in this article include: Box Blur,...

View Article

Image may be NSFW.
Clik here to view.

C# How to: Compass Edge Detection

Article Purpose This article’s objective is to illustrate concepts relating to Compass Edge Detection. The edge detection methods implemented in this article include: Prewitt, Sobel, Scharr, Kirsch and...

View Article

Image may be NSFW.
Clik here to view.

C# How to: Oil Painting and Cartoon Filter

Article Purpose This article illustrates and provides a discussion and implementation of Image Oil Painting Filters and related Image Cartoon Filters. Sunflower: Oil Painting, Filter 5, Levels 30,...

View Article
Browsing all 42 articles
Browse latest View live




Latest Images