6,113 Topics
![]() | |
Hi all can anyone tell me that how to upload an image (jpg) on a page. Dawood Khan | |
I need help with this script i got from dynamicdrive.com my main issue is, that besides folding out like that, i need it to swap the image too. because i have created open and closed states for each of the buttons on there. i need it to do the current … | |
Can anyone show me how i can view the images which i sent to msql database, i open the msql console, and type the folowing but nothing displayed: >SHOW DATABASES; >USE photos; >DESCRIBE image; >SELECT id,image FROM image; then the id displayed № 1,2,4,5,6,7,8,9 numbers of images i sent to … | |
hi, im just after a bit of input from some of you guys as reagrds to a new programming task i thought i would try and attempt. I would like to create a histogram of an image. I hope ive got my termanology right but i think thats a graph … | |
I am trying to display an Image using applet. Image is updated after every 4 seconds so i want my applet to show updated image.I am not sure where i should load the image i have tried to load it in the init() method as well as in "start" method … | |
Hi! I would like to ask you about apply gabor filter to fingerprint images. Can u eaxplain how to use gabor filter for enhancement fingerprint image. i'll be very glad for granting of a exaple code.(C++ or Delphi). <snip email and ICQ > I hope for your help. | |
I have the following code to re-create an image the program fails due to lack of memory even though I have 2gb memory How can I use disk space instead of memory which fails at this line: Dim BitMapObject As IntPtr = TargetBitMap.GetHbitmap is there another variable I can use … | |
am making a small program where the user browses an image then the image get's copied into some directory then i want it to be resized if the size is bigger than the required max size. ok how? | |
hey, i ve got an array of size 3500x300, when plotting with imshow (from pylab) then imshow takes the size of the array to build the axis. that means, my y-axis is 3500 long and the x-axis 300. is there any posibility to define 2 axes in an extra array, … | |
i did save image to mysql by creating a field type longblob and saving it by converting the image into byte(). my problem is the image cannot be to big else it fails. can anybody help me in this. i can send the sample code if requieres. thanks | |
i am woring on a project that finds the CPU temprature and shows in the graph. I am using applet to disply this.The CPU temp program is running and fter every minute the Image is modifed but when i m displaying the updated image in the applet it fails to … | |
how image verification done by javascript during registration process or login thanks and regards deepak | |
Hello. I'm using JS/DOM to create a map in a <div>, named map, like this: [code=javascript]var tile = document.createElement("IMG"); tile.src = "tiles/" + node.getAttribute("type"); tile.setAttribute("width", "32"); tile.setAttribute("height", "32"); tile.className = "brick"; map.appendChild(tile); [/code] It works, but the image breaks on a <br/> (screenshot: [url]http://i28.tinypic.com/6ynu3o.png[/url]) the image is a 32x32 tile … | |
How do I dynamically show the author of each post next to the post in question? This is a team blog, with 5 contributors, and I'm looking to display each post author once they had posted their own article. As for now, the simple solution is that I put an … | |
hello i am trying to display an image from a database which has just been uploaded by the user. when they go onto the next page the image should be displayed here. I have been able to get it to display the path for the image that haas been stored … | |
Hello. First time post, please be gentle. I have a graphics card problem; I'll probably try my best to explain the problem and hope someone or anyone can help me find a solution. At any time I have a game that requires the use of OpenGL, I seem to get … | |
Hi, I developed one website. Now i want to link one audio file to image. (means if any one click on that image audio has to start) Can any one Help me in this. Cheers... | |
how the image is upload and download in mysql databse using jsp. also how the downloading image can be show on the webpage.. as same in any profile (like in orkut) | |
I'm developing a ecommerce solution in PHP. The ADMIN is stored on one DNA while the stores are hosted on their own unique domains. My problem is that I need the images that are uploaded on the admin domain be available to the client domains without hot linking from the … | |
hai to all i have kept few image button's in my page , and i want to enlarge that image present in that image button onclient click event ...... help me thk u >>>> | |
I want to swap two images back and forth based on a mouse click. eg + and -. i am doing this on a tree structure based on the values extracted from the database. eg + English - Maths - Trignometry + Chemistry and the code which i am using … | |
hai ,,,, i am having imagefield in my page , i want to upload the image to database which is currently present in image field , 1.i want to save the image to database in binary ... | |
[code=asp]{ bitmap img = new bitmap(fileupload1.posted file .filename); grapics grp = grapics.fromimage(img); grp.smoothingmode=smoothingmode.AntiAlias; grp.drawstring("dani web")new font ("verdananna",20),systembrush.windowtext,2,2); Response.contentType="image/jpeg"; img.save(Response.Ouyputstream,img.Raw Format)); }[/code] By using the above coding i have insert the text to image , but i don't know how to upload that text contain image to database, i want to … | |
hai to all ...... how to insert watermark in image while uploading the image to database .... that mean ,, the image which i going to save in database have the watermark .... plz reply me as soon as possible.....:) | |
Can someone give me idea on how to remove image url? For example when i click on the news link..the news information will come out..In the news information page, i only want text.I dont want to display the image. How can i figure out the image.Cause my problem is.. the … | |
Hello Friends, I want to upload an image to the server and also insert the image path into the database, I have a sample of my code below [code]<cfinput type="text" name="city"> </label></td> <td>State</td> <td><label> <cfinput type="text" name="state"> </label></td> <td> </td> </tr> <tr> <td>Email</td> <td><label> <cfinput type="text" name="email" validate="email" required="no" > </label></td> … | |
somebody please help me give the code to convert image into pixel using VB6. i have no idea about it... i need it for my thesis...thanks for ur help...:) | |
I recently started using a remote image url to power my thumbnails on my website. i noticed a significant, but not across the board, slowdown in page load times. i ran an sql monitor and nothing is showing that would cause the issue, so i am wondering; 1. Would a … | |
Hi I'm trying to use the image mapping, but the problem is: 1. i'm not a web developer and i'm not sure how to do that. 2. the site on which i'm trying to do the image mage is php bases. 3. i tried to do it using dreamweaver but … | |
Hello, I have put together code for a website using a working directory where all looked fine. Then ported the code over to the production URL - with some changes that I checked over - and now I'm getting a duplication of an image img04.gif that is coded in the … | |
I am trying to get some product [B]images[/B] from a datafeed to my new store. I am trying to find a better/faster way to copy these images links into my server. I am having to copy about 6000 plus products and am looking for a way to batch copy. I … | |
Hello friends, I want to display an image in my JSP using expressions (<%=abc%>)tag. But, the problem is that the JSP does not show the image. I store the path retrieved from database (MS SQL) in a "path" variable and then try to display it in JSP using <img> tag. … | |
Does anyone know of a good slideshow component or snippet for cf? basically i would just like to rotate a few thumbnail size images in a featured area of my website. thanks. | |
Hi, I'm writing in python for s60 (nokia cell.) and working with Canvas and Image, while i'm moving through the image using: [CODE]canvas.blit(image, source=((sourceLocX, self.sourceLocY), (sourceLocX+ canvas.size[0], sourceLocY+self.canvas.size[1])))[/CODE] i can't seems to zoom in/out, I looked into Image and Canvas documentation and still don't understand how to do that... anyone … | |
Does anyone know how to draw an image or play a sound from file? I imagine there is (are) a library (libraries), but I can't find them... | |
Does anyone know of (desktop) software apps that can perform image evaluations on jpg, tiff, eps and other graphic formats to determine if they meet basic criteria for publication? | |
Hi, I've followed the example in my lecture notes and it doesn't work! I want to add an image to a label and then add that label to my sub north panel. I want to do this with creating a new class...I'm not sure if I need an "image loader" … | |
When i resize image in RichTextBox control the quality of the image is drastically reduced.Does someone know why? | |
[COLOR="Green"]Hello frnds, I m facing a problem while uploading file to my server. i have created one page to my local iis server n tried to upload some picture to specified directory, thats working fine but when i m uploading these code along with folder to my server i am … | |
Dear Friends, i am just a beginner with C and ma learning it since last 2 days. I found it very interesting. But what I want to do now is that i have to make a tool to filter a image with a low pass filter. does any one know … | |
Hi, First i would like to thanks for everyone who helped here to me and everyone. I installed script on site.All features works fine. but after few hours image-code verification is not working?i didnt understand.Please be advice.[URL="http://www.dateorfling.com/date/profile.php?user=akeating"]Link for image-code verfication working and now not working[/URL]Thanks | |
hi everyone. i'm try to load an image by clicking on a botton insert imag but the problem thata i having with this is that the image is not being insert it just appear and disappear immediately. can anyone tell me what is wrong with my codes and tel me … | |
Hi there, I've had troubles with my computer for the last three weeks or so, first background story. My hardware 3weeks ago: MSI pt890 neo Intel Pentium D 925 Geforce 7600 GT 2x 1GB DDR2 RAM My computer crashed three weeks ago, and had some motherboard/cpu related heat issues, the … | |
Hi. I have two sets of code below. The first is part of my old code off a page called item.cfm. the second is the same code, but i have attempted to change the destination link to a url i have stored in my database for the button btnaddtocart.gif. that … | |
i need to embed text with different fonts to an image it will be cool if i could use the .ttf font files for writing text Thanks in Advance | |
Dearest One, I have created a web application in JSP & Servlet using Netbeans IDE, i am collecting blob image into a byte[] array and displaying in a table data "<td></td>". when i try to display the image, i am getting an exception getWriter() already called. but when i try … | |
hi, i am trying to display a random product from my database along with its description, price and image. but i am having a little trouble. i can display a random product and its info by directly inputting it into an array, but i can't call it from the database … | |
Hi all, I am wanting to display an image that is aligned so that the centre of a string of text is in line with the centre of the image. I know the image's dimensions and the length of the string, as well as the font I am using to … | |
Is it possible to connect two monitors to a computer, both displaying the same image? | |
I need to find out what is currently hold in PictureBox.Image property and take action as necessary. I tried various things but can't get it work Compare it with PictureBox which Image is set to null [code=c#] PictureBox emptyImg = new PictureBox(); emptyImg.Image = null; //Compare myPictureBox.Image.Equals((Bitmap) emptyImg.Image) [/code] Compare … |
The End.