I'm now doing a project that requires me to convert an image
into a smaller size and save it into another file. In the other words, to create thumb nails for picture. Pls help!!!!!!!!!!
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10247319.html
Zones:
Visual BasicDate Answered: 12/17/1999 Rating: 7.6 Views: 0
I've made a paint program and to resize the image I want a person to click on a small shape and drag it to resize the image. The coding in the square is:
procedure TFrom1.squareonmousedown{etc}...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20003673.html
I want to (so good quality as possible):
Mirror image (horizontal, vertically).
Changing image contrast.
Change color image to Black & White.
Resize image(in pixels, in cm, in inches).
Blur ...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20401087.html
I'm saving jpg's to a database with the ASPUpload object. I am displaying them using Response.BinaryWrite
I have 2 problems (I'll give 2x credit for answering both)
1. I need to be able to re...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20417894.htm...
Zones:
ASPDate Answered: 12/11/2002 Rating: 8.0 Views: 0
I'm trying to write a program that can load, resize and save a bunch of JPEGs. I've got the code to do the Loading and Saving of JPEGs but the resize isn't working yet. Using .PaintPicture proper...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20669514.html
Hello,
I am trying to resize an image after uploading it,so that all of the uploaded images will be in the same size.
The problem that the server Admin. don't allow any components on the Server.
...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20674197.htm...
Zones:
ASPDate Answered: 12/22/2003 Rating: 7.4 Views: 0
How do i resize image in such a way that:
1.i set the width of the image to a certain number, for example width=200
2.for the height, i want it to shrink a certain percentage which the width de...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/HTML/Q_20811821.ht...
Zones:
HTMLDate Answered: 11/29/2003 Rating: 7.6 Views: 0
I have an app that allows users to edit an image. I want to resize the window to be the same size as the image. I have tried editing just the width and height of the form, but it always cuts of...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_21089491.html
Hi All:
Looking for some sample VB code that will take an image out of a URL and dynamically resize it to 50% (or whatever) it's normal size in the browser when it gets displayed.
Thanks! :)
http://www.experts-exchange.com/Programming/Languages/.NET/Q_21188718.html
Zones:
.NETDate Answered: 10/30/2004 Rating: 8.8 Views: 0
Hell, I'm using ASP.net/VB.net to upload an image using "System.Web.UI.HtmlControls.HtmlInputFile". I'm able to upload successfully ensuring that all images are jpeg but I'm looking for a way to d...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21194912.html