Browse by Tags

Related Posts

  • Re: compare two images online

    You can compare two images content using imagemagick. It is very easy. You can download imagemagick from here . Version must be greater than 6.0. compare -metric AE 5001.MAIN.jpg 5002.MAIN.jpg difference.jpg if it returns value 0 means both images are same. This post might help you. Thanks, Binod Suman...
    Posted to System.Drawing/GDI+ (Forum) by BinodSuman on 06-09-2009, 12:00 AM
    Filed under: "image processing" image processing graphics, Images, Javascript
  • Temp Files keeps large images from displaying

    This is a continuation of an issue I was having here: http://forums.asp.net/t/1412164.aspx Using ASP.Net 2.0,I found when I specifically set the size of the image in third party (YDreams) image map it will display the image when I run the website under Visual Studio 2005. However, when I attempt to run...
    Posted to Installation and Setup (Forum) by nkdpagan on 06-09-2009, 12:00 AM
    Filed under: temp files, iis 6.0, Images, patchs
  • Dealing with Images in SQL and ASP.net

    Hi There, I have a table in the database stored in SQL with the following specifications: IMAGES_TBL(SNO, ID,IMG) SNO- INT IDENTITY(1,1) ID - INT (can repeat through the table) IMG - of datatype IMAGE ( not stored as url but in bytes) In my code i upload images for a particular ID. There is no issue...
    Posted to SQL Server, SQL Server Express, and SqlDataSource Control (Forum) by Deepa_Monteiro on 06-04-2009, 12:00 AM
    Filed under: sql, byte[], images, gridview
  • Adding image folder without getting warnings?

    Hello, I have a basic question. I am having trouble including images in my code without getting warnings about 'File not found' and VS underlining the image. I can debug and the images show up fine, but the warnings are an annoying problem. I have tried image.png, ~/image.png with no success...
    Posted to Getting Started (Forum) by Steemin7 on 05-19-2009, 12:00 AM
    Filed under: visual studio 2008, images
  • UpdatePanel not updating immediately

    Hello. I was hoping I could get some insight, this seems to be a pretty simple issue but I am still new to AJAX. I have a button on my page called btnDownload and an image called imgDownload, both in an UpdatePanel called UpdatePanel1. The behavior I'd like to have is; when a user clicks btnDownload...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by bipim on 04-29-2009, 12:00 AM
    Filed under: update Panel, UpdatePanel, Click events, disable, images
  • Relating 2 images to 1 Bitmap object

    Hi, I have several images which I want to relate to the same Bitmap object, How can I do that? Relating 1 image is no problem, but I can't do more then 1: WebClient wc = new WebClient (); byte [] originalData = wc.DownloadData(Server.MapPath( "~/images/imgName1.PNG" )); //originalData ...
    Posted to Data Presentation Controls (Forum) by ferchen on 04-23-2009, 12:00 AM
    Filed under: net 2.0, as.net., bitmap, display data, images
  • Include an unknown amount of external images in a report?

    I am building a report that needs to include photographs, I have no way of knowing how many photos will be taken but they are stored on a file server under folder named after the ID of the report being generated. How would I go about including these in an RDLC?
    Posted to SQL Server Reporting Services (Forum) by OriginalSyn on 03-29-2009, 12:00 AM
    Filed under: RDLC (Report), images, ReportViewer
  • retrive image from sql express not work

    I got the problem with retriving image and dispaly, my code is basically I retrive data via dataset where img_data datatype is image , but there is error: parameter is invalid of FromStream System.Drawing.Image _image = System.Drawing.Image.FromStream( new System.IO.MemoryStream( (byte[])row["img_data"...
    Posted to System.Drawing/GDI+ (Forum) by bambooshoot on 03-16-2009, 12:00 AM
    Filed under: Images
  • asp.net image gallery to show recently uploaded images

    I have a website where users upload images, I store all those images in a folder of my website (root directory/imagefloder) ... I need a gallery to display recently uploaded images, the gallery should take images from a specified folder and auto-update itself whenever a new image is added to the folder...
    Posted to Web Forms (Forum) by vashistha on 03-15-2009, 12:00 AM
    Filed under: recently, show, to, uploaded, asp.net, gallery, image, Images
  • URL Routing, URL Rewriting Breaks Images

    So I have learned from http://blog.microsoft-j.net/ how to implement URL Routing for an already existing web application. My app already relies heavily on URL Query Strings; but there is a work around for it using URL Rewriting as shown below, to pass the Query Strings into the URL Route path. However...
    Posted to ASP.NET MVC (Forum) by reaction21 on 02-25-2009, 12:00 AM
    Filed under: url rewriting, URL Routing MVC, images
Page 1 of 8 (79 items) 1 2 3 4 5 Next > ... Last »