Guide for VB.NET
Core Document Formats
Additional Features

VB.NET Imaging - Add Antique Effect to Image

VB.NET Guide & Sample Codes to Add Vintage Effect to Image in .NET Project

VB.NET
Home > .NET Imaging SDK > VB.NET > Add Antique Effect to Image
To get started with DocImage SDK for .NET, you are supposed to read VB.NET Imaging: Get Started first!

What is an antique effect? An antique effect is an image effect which goes through some picture / photo reversion & restoration to turn a picture into a seemingly old one, just like it was taken / made many years ago. By applying the antique / vintage effect to a picture, you can add a touch of history to the image which can help bring back the sweet memories in the good old days.
Related .net document control helps:
asp.net mvc word viewer: ASP.NET Office Word Document Viewer: view Word doc files online using C# in ASP.NET MVC web applications
c# asp.net text file viewer: ASP.NET Text file viewer in MVC, WebForms: Open, view, annotate, convert txt files in C# ASP.NET
c# asp.net mvc document viewer: ASP.NET Document Viewer using C#: Open, View, Annotate, Redact, Convert document files in ASP.NET using C#, HTML5, JQuer...
c# asp.net image viewer: ASP.NET Image Viewer Control(MVC & WebForms): view, annotate, redact, convert image files in html, JQuery
asp.net annotate pdf using c#: ASP.NET Annotate PDF Control: annotate, comment, markup PDF document online using ASP.NET C#
asp.net mvc excel viewer: ASP.NET Excel Viewer in C# Control (MVC & WebForms): view Office Excel document in web browser.
asp.net edit pdf image using c#: ASP.NET PDF Image Edit Control: online insert, edit PDF images in C#
RasterEdge Image SDK for .NET, VB.NET includes many image processing library controls, among which include RasterEdge.Imaging.Processing.dll and RasterEdge.Imaging.Basic.dll. When the two libraries are combined together, you can easily add picture antique ability into your Visual Basic .NET image manipulation project.
  • Developed for .NET Framework and Microsoft Visual Studio
  • Easy to give your image a sepia, vintage and washed out look using VB.NET codes
  • Adding antique effect to any image in your project in various VB applications
  • Easy VB image processing antique filter without using Adobe Photoshop
  • Complete Visual Basic .NET demo codes provided for antique image processing
If this VB guiding page is not what you are looking for, RasterEdge .NET Image SDK also provides many other image editing features with corresponding user manuals. We have listed a few interesting ones here:
This page will mainly focus on how to add an antique effect to images in a Visual Basic .NET application. Several aspects are going to be mentioned, which are listed below for a brief review:
  • How to add antique effect to an image with Visual Basic .NET method
  • How to add vintage effect to an image with Visual Basic .NET sample codes
  • More tutorials for image processing with Visual Basic .NET library SDK
VB.NET Method for Image Antique Effect
When using this image processing library to add an antique effect to your VB project images, you can make the pictures look old and vintage, which is easier to draw attention from more people. This image editing functions can be really useful for processing your digital photograph to give it an aging touch.
In the code tab below we have provided you the Visual Basic .NET method for adding the antique effect to your local image in a VB.NET image editing program. If you need to learn more, you can either refer to the complete VB.NET sample code below or go to the download package for a demo, which is located in the RasterEdge.Imaging.Demo.Image folder under the RasterEdge.Imaging.Demo directory.
Public Shared Function ApplyAntiqueEffect(img As REImage) As Integer
End Function
VB.NET Demo Code for Image Antique Effect
After the above introduction, now you have some more understanding to the antique effect for images. RasterEdge VB.NET image processing filters includes mature technology to replace a picture's original colors with a classic sepia tone, add the glow and noise, and add a little washed out effect, and then the antique effect is finally applied to your image!
In the demo below, we have provided you the full Visual Basic .NET example codings for adding vintage effect to images in VB.NET imaging project. If you have already built a VB.NET application in your Visual Studio, you can start now by copying the codes below to your VB program for simple evaluation!
Please note that you should change corresponding information in the VB codings in order for it to work, such as the sample image format, file name, file path, and the updated image file name, etc.
Imports RasterEdge.Imaging.Basic
Imports RasterEdge.Imaging.Basic.Core
Imports RasterEdge.Imaging.Processing
Imports RasterEdge.Imaging.Basic.Codec

Public Class Form1

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim fileName As String = "c:/Sample.png"

Dim reImage As REImage = REFile.OpenImageFile(fileName)
ImageProcessing.ApplyAntiqueEffect(reImage)

REFile.SaveImageFile(reImage, "c:/reimage.png", New PNGEncoder())
End Sub
End Class
More Tutorials!
More detailed guidance for RasterEdge image processing in Visual Basic .NET program.


Recommend this to Google+


RasterEdge.com is professional provider of ASP.NET MVC Document Viewer, ASP.NET PDF Viewer, MVC PDF Viewer document, content and imaging solutions, available for ASP.NET AJAX, Silverlight, Windows Forms as well as WPF. We are dedicated to provide powerful & profession imaging controls, PDF document, image to pdf files and components for capturing, viewing, processing, converting, compressing and stroing images, documents and more.

©2000-2023 Raster Edge.com