Tutorial: Visual Basic Ways of doing Image Processing Tutorial
The Windows GUI is standing upon two pillers. Vector Graphics and Bitmap Graphics. Being quite difficult to manage, Vector Graphics are always very painful to handle but the possiblities are nearly impossible to find a limit
Tutorial Details:
Visual Basic Ways of doing Image Processing
The Windows GUI is standing upon two pillers. Vector Graphics and Bitmap Graphics. Being quite difficult to manage, Vector Graphics are always very painful to handle but the possiblities are nearly impossible to find a limit. Where as Bitmaps are concerned, they are heavy Windows objects ( though DIBs are not ). Since the arrival of electrifying GUIs in the Windows, the interest of programmers towards Image Processing has awfully increased. This article shall tell you how to do it and how to make it work faster.
There are many ways to do it, according to the requirements of the Image Filter, we are dealing with. A simple method is to use GetPixel and SetPixel API.This method is very slow but better for novice. I still remember 4 years ago when I created my first Image Processor, it used to take 1.5 seconds to Grayscale a picture of 250x250 pixels. But it was obviously the first step towards my new Greyscale function which does the same task on a picture of same dimensions in just 16 milliseconds.
The Java Web Services Tutorial
This tutorial is a beginner\'s guide to developing Web services and Web applications using the Java Web Services Developer Pack (Java WSDP).
Excellent
tutorial on Struts and Tiles
Excellent tutorial on Struts and Tiles
This tutorial assumes knowledge of Java, JDBC, Servlets, J2EE (with regards to Web applications) and JSP Struts in a holistic manner, minus the beads and crystals.
The Tiles framework makes creating reusable pages
Documenting Projects with Apache Forrest
Documenting Projects with Apache Forrest
This article will give you a very basic introduction to Forrest -- just enough to get you started and give you a taste of what's possible -- to see if Forrest's for you; you can find out much more from Forrest's
Jakarta Digester
Jakarta Digester
The Digester Component
Many Jakarta projects read XML configuration files to provide initialization of various Java objects within the system. There are several ways of doing this, and the Digester component was designed to provide a c
Servlet Essentials
This document explains the concepts of Java Servlets and provides a step-by-step tutorial for writing HTTP Servlets with complete source code for the example Servlets. The tutorial and the other chapters cover all facets of Servlet programming from a ...
The JavaTM Web Services Tutorial
A beginner's guide to developing Web services and Web applications on the Java Web Services Developer Pack
Submit project to get developed
Submit project to get developed
T his page contains answers to common questions handled by our support staff, along with some tips and tricks that we have found useful and presented here as questions.
How do I Submit my Project ?
Who can submit a
Using image in WML We can use the
Using image in WML We can use the
Tutorial
Using image in WML
In this lesson we will write application that images. We can use the tag to display the image in our document. The image appears wherever tag is placed within the text.