Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Visual Basic > VB.NET 1.0 > Pro VB.NET 2002/2003
|
Pro VB.NET 2002/2003 For advanced Visual Basic coders working .NET version 2002/2003. Beginning-level questions will be redirected to other forums, including Beginning VB.NET.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Pro VB.NET 2002/2003 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old June 4th, 2004, 06:17 PM
Registered User
 
Join Date: Jun 2004
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Default image I/O to write methods to mess w/ pxls

I have two newbie questions and would appreciate any help:
1. How would I write code that will import an RGB image file (TIFF or something simple), access individual pixels and change them &/or combine them in groups depending on their shade, color and surroundings, and then export the changed file so I can view it?
2. To do this, what might I need in addition to VB.NET and how would I combine what I need with VB.NET?
-- I don't want the user to do anything but call up the program, tell it what image file to work on, and view output.

 
Old June 5th, 2004, 04:38 AM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

The System.Drawing namespace has lots of things in it for image manipulation. I'm not sure what capabilities exist for pixel twiddling type tasks, but a little exploration within that namespace might yield your answer.

http://msdn.microsoft.com/library/en...temdrawing.asp
 
Old June 5th, 2004, 01:33 PM
Registered User
 
Join Date: Jun 2004
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Thanks - this looks like it will be very helpful.

Quote:
quote:Originally posted by planoie
 The System.Drawing namespace has lots of things in it for image manipulation. I'm not sure what capabilities exist for pixel twiddling type tasks, but a little exploration within that namespace might yield your answer.

http://msdn.microsoft.com/library/en...temdrawing.asp





Similar Threads
Thread Thread Starter Forum Replies Last Post
XSLT - xs:dateTime error mess. ajuthani XSLT 3 August 26th, 2008 03:39 PM
Help me get out of this mess gymahz ASP.NET 1.0 and 1.1 Professional 2 September 11th, 2007 08:14 PM
Difference between Trace.write and Debug.write surendraparashar ASP.NET 2.0 Professional 1 June 27th, 2007 02:12 AM
METHODS magagulad Java GUI 3 May 15th, 2007 12:53 PM
7 datagrid mess! Raif ASP.NET 1.0 and 1.1 Professional 3 August 30th, 2004 01:05 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.