6,113 Topics

Member Avatar for
Member Avatar for Erek4

I have been trying like heck to add this image library to my website. The link to it is here: [url]http://devkick.com/lab/galleria/[/url] Can anyone baby step this webdeveloping infant to image gallery success? I only have a working knowledge of html and css. erek

Member Avatar for Erek4
0
101
Member Avatar for dirtydoug08

hello, i have a website that has my portfolio its running almost 5 months until one day my host server crash and failed to recover my files and some data now i am stuck again with this simple code like before i have made a solution before but that was …

Member Avatar for dirtydoug08
0
127
Member Avatar for vanessia_1999

Hi everyone, I am new to PHP and I am not understanding some of it functions and rules on how to do things. I have a few questions but I will work on one at time so that I can understand and absorb the information giving to me. The problem …

Member Avatar for vanessia_1999
0
114
Member Avatar for DanielPartridge

This may be a simple solution but I cant seem to find it anywhere! Basically I have just added an imagebutton to My masterpage I have just realised that on my login page i type in the credentials and hit enter however this triggers the image button click event and …

Member Avatar for BzzBee
0
386
Member Avatar for rajeesh_rsn

Hi i wrote a code for image upload and watermarking. It is working fine in Jpg but not in gif.... The code is [ICODE] $ext = end(explode('.', $final_file)); if($ext == 'jpg'){ $ext_new = 'jpeg'; } elseif ($ext == 'JPG' || $ext == 'JPEG'){ $ext_new = 'jpeg'; }else { $ext_new = …

Member Avatar for cwarn23
0
234
Member Avatar for prawin@123

Hi I am new bee to JS and PHP, i have a code to display the images from directory in the path C:\wamp\www\prawin\new\locations\test\admin But this code didnt works . can any one help me. My code is [ICODE] <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Untitled Document</title> …

0
71
Member Avatar for Hockeyfreak889

ok the other day i posted about how to actually display an image and then what the best way would be to read in a location of an image and then display it. Now my new question is how do you resize an image. At the moment the image i …

Member Avatar for JamesCherrill
0
285
Member Avatar for Hockeyfreak889

I recently started learning java and am trying to make a simple GUI program that takes in a location of an image and then displays the it. What would be the best way to do this??

Member Avatar for Hockeyfreak889
0
100
Member Avatar for rajeesh_rsn

Hi i write a code for uploading images and re-size it in my site. I need to do a watermark in uploaded images. Please help me.. The code is as follows : [ICODE]$finalfilename="share/".$final_file; $src = $po($finalfilename); list($width,$height)=getimagesize($finalfilename); $newwidth=300; $newheight=200; $tmp=imagecreatetruecolor($newwidth,$newheight); imagecopyresampled($tmp,$src,0,0,0,0,$newwidth,$newheight,$width,$height); $filename = "share/".$final_file; imagejpeg($tmp,$filename,100); imagedestroy($src); imagedestroy($tmp);[/ICODE] Please help me …

Member Avatar for rajeesh_rsn
0
78
Member Avatar for ryan311

im using dreamweaver everytime i preview my templates the image did not load in browser? please help. .

Member Avatar for ryan311
0
181
Member Avatar for Dawoodelgharib

Greetings, I want to know if I can pan and zoom an Image that is loaded inside a picture box in vb.net. If this is possible, plz can you write the code to do this.. Thank you...

Member Avatar for Teme64
0
93
Member Avatar for Robtyketto

Greetings, I am creating an applet to draw a shape based on the selected item within the awt choice object. It currently draws the selected shape based on selection and quickly dissappears. I believe that I should be doing all drawing elements from the paint method (which I am not). …

Member Avatar for Ezzaral
0
671
Member Avatar for jyotiu

Hi All, I am displaying an image from database using php .... the problem is that i want to give a row of colors beneath the image .... so that when a user clicks on one of the color .... the image should change accordingly ... in my case i …

Member Avatar for nickfday
0
135
Member Avatar for z03lfk

hello every body, i'm learning about AI and image processing. but now I try to combine both become one application. I confuse and dont know how to insert kohonen into the image processing application? Hope you can help me although one word or source code link. Thank you!!! [email]z03lfk@gmail.com[/email]

0
40
Member Avatar for william_stam

hi anyone know of a component that will make an image (preferably on the fly) of a pdf document. for eg... i upload a pdf file... it gets saved on the server.. when i view a record that the pdf document is attatched to... it generates a thumbnail of the …

0
93
Member Avatar for Binodshah

Uploading the image or the or the folder browser in asp.net is a simple task.But as far as the vb.net is concerned there is no file uploader toolkit.So what can be done in order to upload the image or the folder in the vb.net?

0
48
Member Avatar for rahul8590

i am working on image processing , which intially i used to do using MATLAB . but now i have been told to do using using JAVA or C++ programming ,. Since i know the fundamentals of C++ i guess i would be the right choice But the problem is …

Member Avatar for Nick Evan
0
242
Member Avatar for Khushi2$

I have created image button at run time. But I want to know when I will click on this button then its click function will get call.How to create click event of this image button. I have tried [code]Function bindgrid() { Buttonname.click+-new ImageClickEventHandler(Buttonname_click); } Protected void Buttonname_click(object sender, ImageClickEventArgs e) …

Member Avatar for tybalt88
0
765
Member Avatar for ChimpusDupus

Hi, I am creating a page in which thumnails, in the form of Image Buttons (System.Web.UI.WebControls.ImageButton), are dynamically created based on which LinkButton is clicked out of a group of several links. I need each thumbnail to generate a full-size image on the page when clicked. I would use the …

Member Avatar for tybalt88
0
299
Member Avatar for sajjad aziz

I am able to upload image to the server when i am presing the submit button. but the problem arises when i am trying to do same thing using ajax please help

Member Avatar for somedude3488
0
49
Member Avatar for rajeesh_rsn

Hi i had made a image upload script and working fine. Now I need to crop the image and save the image finally. Please any one give the idea of cropping image. Please help me.. Thanks Rajeesh

Member Avatar for ithelp
0
44
Member Avatar for Traicey

Hi guys I have 5 images which are hyperlink, so each time I click their color should change to yellow until I click another hyperlink image and also they need to change their height too, I was wandering if thats possible and please I cant use Javascript I need a …

Member Avatar for Traicey
0
101
Member Avatar for arvindikchari

Hello I have a form where the user specifies a bg image url, and I want it to be set as the background image for a div. The code for the div is as below: [code] <div class="dc m1_t" > <div class="dt m1_b" > <div class="dr"> <div class="dc m1_pad" > …

Member Avatar for Fungus1487
0
126
Member Avatar for Traicey

Hi guys I have 5 images which are hyperlink, so each time I click their color should change to yellow until I click another hyperlink image and also they need to change their height too, I was wandering if thats possible and please I cant use Javascript I need a …

0
52
Member Avatar for fuzzica

Hi I am trying to upload images and keep getting an error, The code that I am using: [code] Protected Sub dvPictureInsert_ItemInserted(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.DetailsViewInsertedEventArgs) Handles dvPictureInsert.ItemInserted 'If the record was successfully inserted, save the picture If e.AffectedRows > 0 Then 'Determine the maximum PictureID for …

Member Avatar for greeny_1984
0
74
Member Avatar for Danthon

Hi, I write because i am looking for a program that imports in mass simple images (jpeg, bmp etc) and creates for each of them an image 4 times bigger, composed by the original image copied and mirrored. Let me explain: in the final image, in the top left there …

Member Avatar for MidiMagic
0
116
Member Avatar for dantheman50_98

Hello, I am creating a new site and I have run into a problem with adding a background image to the html tag. The image has repeat-x and is positioned top and right. The problem is that though it looks great on 1024 wide resolutions it goes balls up when …

Member Avatar for MidiMagic
0
108
Member Avatar for leegeorg07

hello, i just started a paper round and ive started doing what i do best : obsessing about it and i want to know if there is any way that i can open and close images of the different newspapers to learn them? i would prefer to do this with …

Member Avatar for leegeorg07
0
316
Member Avatar for veledrom

Hi, Does anyone have a script that is used to upload and resize the all type of images? I have script to resize upload and JPG files only but i need GIF, BMP and others too. Thanks

Member Avatar for nathenastle
0
81
Member Avatar for papuccino1

Hi there, I have an image called 1.png in my resources folder. How do I check if the PictureBox1.Image has an image selected from my resources. Thanks.

0
70
Member Avatar for arvindikchari

Hello I have a mock up of a Zencart layout but I am unable to identify an image. The CSS Code is as below: [code] body{ padding:0px; margin:0px; background:#FFFFFF url(images/t-dr.gif) repeat-x top; text-align:center; } a:hover{text-decoration:none;} img { border:0px;} .dt { display:table; width:100%;} .dr { display:table-row; width:100%; height:100%;} .dc { display:table-cell; …

Member Avatar for MJ Pieterse
0
106
Member Avatar for nitros

hello all..i guess i need some help with u all experts here i got a problem with two drop down list and a submit button.i want to make the submit button display an image following the condition of select listi want people select from drop down list 1 and drop …

0
71
Member Avatar for arvindikchari

Hello I have an image of a Joomla layout that I like, so I am planning to create a new css website layout based on this joomla template. But I am new to css. Can some one code the basic framework for the layout looking at the image attached with …

Member Avatar for MJ Pieterse
0
81
Member Avatar for sammyboy88

i am trying to add a bmp image file to a panel but i dont no how. i have been trying a few different code but nothing seems to be working for me. [code] ImageCanvas imageCanvas = new ImageCanvas(this,bi); visibleArea.add(imageCanvas, BorderLayout.CENTER); [/code] this code makes the area where th image …

Member Avatar for jasimp
0
51
Member Avatar for albertoro

hi to everyone i am looking for a image scroll like [url]http://tools.yootheme.com/extensions/yooscroller[/url] to be used not on joomla but to any site. Anyone has an idea where to find it please.... thank you in advance

Member Avatar for serkan sendur
0
351
Member Avatar for kevin wood

i have built a page which loads content into a div tag from a php page using javascript. the problem i am having is that the title for eachg page is not inside the div so i keep being left with the same title on each page. i have tried …

Member Avatar for kevin wood
0
156
Member Avatar for arvin2006

hi everyone, i have successfully saved the image file to DB by this code: Private Sub cmdSave_Click() Dim picsm As ADODB.Stream Set picsm = New ADODB.Stream picsm.Type = adTypeBinary picsm.Open picsm.LoadFromFile filepath With rs .AddNew .Fields("Last") = txtLast.Text .Fields("First") = txtFirst .Fields("Pic") = picsm.Read .Update MsgBox "Successful" End With picsm.Close …

Member Avatar for debasisdas
0
161
Member Avatar for bharatshivram

hi, i want the name of the image selected by a user when uploading an image to be changed to his username. wrote this code but the image stored gets corrupt every time.. [code] protected void Button1_Click(object sender, EventArgs e) { String imagefolder="images"; String path; String savepath; if (FileUpload1.HasFile) { …

Member Avatar for P.K.Chaudhary
0
269
Member Avatar for karenmaye

Does anyone here have a wxPython code that converts a folder of images to a .wmv file just by clicking a button? What I did in my program was I load an Image-to-Video Converter Software by clicking a button but I feel that it would be better if I can …

Member Avatar for sneekula
0
2K
Member Avatar for arvindikchari

Hello I have the following requirement: (1) There is a drop down box with a list of titles (2) When user selects one item in the list, an image corresponding to this item is shown just below the list box (3) This same image is set as the background image …

Member Avatar for almostbob
0
56
Member Avatar for wc26482

HI, Please could anyone advise me how to average a series of grayscale images using python. I trying to automate this process as I have thousands of images to average. Thank you

Member Avatar for slate
0
48
Member Avatar for erik09

Hi! I'm a third year BS Computer Science student and we're now on the process of proposing a topic for our thesis next semester. I'm thinking of proposing an Improved Image stitching algorithm, but i don't know where to start. I only have basic programming knowledge, and I'm not that …

Member Avatar for erik09
0
102
Member Avatar for xtatmination

HI, recently i'm having some problem with my comp. I was trying to recover my xp home edition, and every time i try it stops at 12% , and says that " Incompatible image in use" Can someone please tell me how can i fix this problem. Now i can't …

Member Avatar for blackpooldanny
0
137
Member Avatar for Razza92

Hello. I am developing a game and for this game 2 of my sprites appear to be flying to the right. i have acomplished this by allowing an image box with the skay on to scroll accross my form from the right to the left. however, once the image has …

Member Avatar for waynespangler
0
113
Member Avatar for patelmitul

Hi guys I am new to python .. i was trying to move sequential images from a folder with multiple types of sequences in same folder like a_bc_01.jpg a_bc_02.jpg a_bc_03.jpg c_de_05.jpg c_de_06.jpg etc... to different folders [ICODE] import os, glob, os.path import array path = 'd:\del' for file in glob.glob( …

Member Avatar for Gribouillis
0
380
Member Avatar for prawin@123

Hi can any one Fix this problem, I am Uploading images to a folder , There i displays images but unfortunately display only the file name and not the image can any help me, BELOW IS THE CODE [CODE][LIST=1] [*]<?php [*] include 'dbcon.php'; [*]?> [*]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 …

Member Avatar for nav33n
0
162
Member Avatar for Aamit

Hi, [code] function xyz() { <a href="<?=$rame['img_link']; ?>" ><img src="img/<?=$rame['preview']; ?>" width="<?=$w;?>" height="<?=$h;?>" alt="<?=$rame['name']; ?>" /></a> } [/code] Using function I get image and url suppose image->url=http://www.daniweb.com I want to do like... when user click on this image i want to save count(hit) into database(mysql) How to do this...??

Member Avatar for nav33n
0
82
Member Avatar for myth3_16

Hi All, I was wondering if anyone could help me with this one. If you want to see what I have at the moment goto [url]http://www.personally-yours.co.uk/indev/test/state_dropdown.php[/url] This page has two drop downs, the bottom one is populated depending on what is selected in the top one. What I want to …

Member Avatar for anish.anick
0
129
Member Avatar for clekkas

Hi everyone, Kind of a newbie in the web design arena and therefore my apologies if this post is a repeat of a previous one, all the ones I found to be similar didn't seem to fix my problem I have a list surounded with a class which its purpose …

Member Avatar for colweb
0
156
Member Avatar for theimben

Im trying to detect the format of an image. But I get a parse error [PHP]<?php $filename = 'http://static.php.net/www.php.net/images/php.gif'; $file = fopen($filename, 'rb'); $size = getimagesize($file); switch ($size['mime']) { case "IMAGETYPE_GIF": echo "Image is a gif"; break; case "IMAGETYPE_JPEG": echo "Image is a jpeg"; break; case "IMAGETYPE_PNG": echo "Image is …

Member Avatar for pritaeas
0
73

The End.