6,113 Topics

Member Avatar for
Member Avatar for dawoodkhan

Hi all can anyone tell me that how to upload an image (jpg) on a page. Dawood Khan

Member Avatar for nav33n
0
32
Member Avatar for Killer_Typo

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 …

Member Avatar for rafael.franco
0
243
Member Avatar for mrcniceguy

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 …

Member Avatar for mrcniceguy
0
115
Member Avatar for tootypegs

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 …

0
63
Member Avatar for staneja

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 …

Member Avatar for staneja
0
102
Member Avatar for NKrasnov

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.

0
55
Member Avatar for x38class

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 …

0
66
Member Avatar for it2051229

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?

Member Avatar for Traicey
0
114
Member Avatar for fk08

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, …

0
47
Member Avatar for bapak

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

Member Avatar for bapak
0
224
Member Avatar for staneja

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 …

0
56
Member Avatar for deepakraj

how image verification done by javascript during registration process or login thanks and regards deepak

Member Avatar for hacker9801
0
106
Member Avatar for hacker9801

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 …

Member Avatar for hacker9801
0
117
Member Avatar for OpalSos

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 …

Member Avatar for OpalSos
0
118
Member Avatar for kevin wood

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 …

Member Avatar for nav33n
0
274
Member Avatar for Terry.Yang

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 …

Member Avatar for noraantonia
0
295
Member Avatar for kavithakesav

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...

Member Avatar for aravelli
0
68
Member Avatar for deepakraj

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)

Member Avatar for jwenting
0
53
Member Avatar for firthusa

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 …

Member Avatar for Suomedia
0
145
Member Avatar for dskumar_85

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 >>>>

Member Avatar for majestic0110
0
68
Member Avatar for shashipkiran

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 …

0
58
Member Avatar for dskumar_85

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 ...

Member Avatar for zAndrew
0
90
Member Avatar for dskumar_85

[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 …

Member Avatar for SheSaidImaPregy
0
94
Member Avatar for dskumar_85

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.....:)

Member Avatar for dskumar_85
0
89
Member Avatar for miss_bismillah

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 …

Member Avatar for sagedavis
0
124
Member Avatar for zoid777

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>&nbsp;</td> </tr> <tr> <td>Email</td> <td><label> <cfinput type="text" name="email" validate="email" required="no" > </label></td> …

Member Avatar for zoid777
0
127
Member Avatar for wawandeha

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...:)

0
43
Member Avatar for kory27

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 …

Member Avatar for kory27
0
130
Member Avatar for mjdare

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 …

Member Avatar for RoryGren
0
61
Member Avatar for Loopster

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 …

Member Avatar for Loopster
0
151
Member Avatar for NelsonAFS

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 …

Member Avatar for Suomedia
0
80
Member Avatar for nikk

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. …

Member Avatar for jwenting
0
120
Member Avatar for kory27

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.

Member Avatar for kory27
0
196
Member Avatar for papaJ

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 …

Member Avatar for papaJ
0
99
Member Avatar for venomlash

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...

Member Avatar for jasimp
0
101
Member Avatar for CharleneM

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?

0
29
Member Avatar for StephNicolaou

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" …

Member Avatar for StephNicolaou
0
143
Member Avatar for cygnusX

When i resize image in RichTextBox control the quality of the image is drastically reduced.Does someone know why?

0
60
Member Avatar for piyusj

[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 …

Member Avatar for madmital
0
61
Member Avatar for shashanktotre

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 …

0
58
Member Avatar for mcx76

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

Member Avatar for nav33n
0
110
Member Avatar for nish88

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 …

Member Avatar for nish88
0
125
Member Avatar for UniMatrix

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 …

Member Avatar for Prometheus12345
0
176
Member Avatar for kory27

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 …

Member Avatar for cmhampton
0
69
Member Avatar for naju

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

Member Avatar for naju
0
109
Member Avatar for narayanabhilash

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 …

Member Avatar for jwenting
0
228
Member Avatar for mikki2

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 …

Member Avatar for mikki2
0
209
Member Avatar for darkagn

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 …

Member Avatar for darkagn
0
196
Member Avatar for Kamex
Member Avatar for chris5126
0
237
Member Avatar for peter_budo

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 …

Member Avatar for peter_budo
0
171

The End.