6,113 Topics
![]() | |
How to do Image cropping using php... I needed 3 steps: 1. Upload a file, view before start cropping 2. Save the original image in the db, crop the image and replace it with the original image 3. View the cropped image and ask for upload another image.. | |
I want to create a jpg image containg some graphics which I draw using the Tkinter Canvas widget. This draws the image to screen and then I use the PIL library ImageGrab() function to grab it off the screen into a file. It would be much neater to by-pass drawing … | |
How to store and retrieve images from VB.NET and Sql Server 2008 | |
Hi,I'm a beginner to Java. Can anyone help me? I want to know how a textField to be displayed above a image(like acting as the background of that textField). | |
how to edit the text in image using paint and the photoshop ![]() | |
Well, I just got finished spending a couple hours looking for a solution to an issue concerning the background image. Originally, I was not able to get it even close to the manner I wanted it to work. However I have made it to a decent point. The original idea … | |
I think I'm almost done with a stupid gag present for my friend. I want his head on top of a random dancing image. My only problem is that I can't get the dancing images positioned correctly bcuz they're all different sizes. In an array, how would I add unique … | |
Hi I am using this script. [url]http://digitalhymn.com/argilla/tipmage/[/url] **It is not possible to apply Tipmage to more than one image in a single page** [B]Is this possible to apply this class to more than one image?[/B] Thanks | |
hi everyone!!! need some help here, im having a hard time in passing an image to another form, i have two forms (form1 i have a picturebox, in form 2 i have a combobox, a picture box and a button), when i select from my combobox a picture will be … | |
hello anyone can tell me how to blur image using javascript. | |
Hi, I have a PHP script that generates an image based on a font and text string to display custom fonts on my site. Overall the code works fine but there are a few little bugs; The image is clearly not high enough to display the full font correctly, part … | |
Hi Frends, I m creating an project. In this project i need to store image in oracle database. I don't know how to store image in Oracle Using VB6 i want to add image by add Dilogbox How can it is possible? Please Send me answare and Coad if needed. … | |
Hi aLL I have got problen in uploading photo in profile. when i checked coding i found ! here is where i found this sign [B]// UPLOAD PHOTO if( $task == "upload" ) { $user->user_photo_upload("photo"); $is_error = $user->is_error; if( [COLOR="red"]![/COLOR]$is_error ) [/B] [B][B] // UPLOAD PHOTO if( $task == "upload" … | |
Hi, Im making a website by designing in Photoshop and then slicing and pasting in to Dreamweaver. My problem is; im trying to paste my slice in to Dreamweaver, instead of pasting right after the last slice it keeps going to the following line...:s Any help would be appreciated. | |
Hello, I'm reasonably new to HTML. I just wanted to ask, how do I upload images to my website through an FTP. I have written all the code which is needed to get images on the page itself, it's just that images won't show up on my FTP and any … | |
so im writing some video/image editing software and im stumped... not about the code so much cuz what im doing works fine .. im not convinced it is the most efficient use of my computer but it works. first my code... [CODE] #include <iostream> #include <fstream> using namespace std; int … | |
Hi, Im having a problem with this image uploading thing..:( I was able to upload the image to a folder in the server,but the problem is I dont know how to set the path in the database.Every time after uploading I set the path manually.And I could be able to … | |
Hello, I've looked all over for the solution to this problem, but they all present a similar solution to this one and they all don't work. I've created the JFrame in the constructor for the class that this method is contained in. [CODE] public void print() { JPanel panel = … | |
I'm struck in a problem here.I have server side code that has to collect values from the client side code(Javascript).The Javascript code basically gets the frame height and width and the server side code(VB) has to collect the values and resize the control(lets say Image).I used Query string and it … | |
I have a images in my local pc. That is located in "D:\projects\abc\systemimages\123.jpg" Now i upload image in my template from above location.So it should be shown in my thank u template but when i sent mail with thank you template to another person he/she can't see this images. Bubbly … | |
Hi all I have the following script 99.9% working for uploading a single image to a database - Storing the file in a folder and placing a link to the file in the database - The only problem im having now is when the image is uploaded the extension of … | |
Hello, all! :) Let me preface this by saying that I am a computer science student with only a rudimentary introduction to C++ so far, having worked mainly in Java up until now. I apologize if this is an overly simplistic question. A relative of mine has asked me to … | |
Hi, I have following Css where i have used back-ground image. Then i am generating Anchor and assigning css class which has image. It works fine with IE but does not work with Safari,Firefox and Chrome. Can anyone help me on how to fix it. I have given details below. … | |
saving images into access but the problem is that i will not give the ftp to my client so they can save path into field of access (database)into their webpage which is asp.net but how my client will upload all this pictures without ftp | |
I want to change image at click event in jsp. suppose I have img1 and img2, whenever I click on img1 thn display img2 and again click on img2 then display img1. so tell me how to do that. code is [code]<%-- Document : imgChange Created on : 26 Aug, … | |
helo i am a begineer in java field..and i have to know about image processing so plz help me to get start with java in image processing. | |
when i click on the image button it should redirect me to another page. but iam unable to. the code i have written is <asp:ImageButton runat="server" ID="imgBtn" onclick="imgBtn_Click"/> protected void imgBtn_Click(object sender, ImageClickEventArgs e) { Response.Redirect("~/resource.aspx"); } can any one help me out | |
Please how can I store and retrieve an image using ms access database with PHP and display it in a browser. | |
hi,, i am new to cimg how can i get and also set the coordinates of the image using cimg? i searched a lot but could not find it out thanks | |
Hi all. I've tried to make a simple hover effect about small images but it won't work. I also tried to make the following script: 2 seconds after page loading image1 changes 2 seconds after that image1 returns to back state and image2 changes and etc. Can someone help? Best … | |
Hi all, I have a script to built thumbnails for some images. It's working great, but when the file name for the original picture contains a single quote, it skips that picture. I use this: imagejpeg($result, "thumb/".$title.".jpg", 100) or die("Cant save image"); $title is the picture name, received direct from … | |
I want to show the images in Crystal report dynamically,I have store the full path of image in database,now I have to show the image correspond to that path in crystal report.PLz can you describe how can i do this my personal id is [email]krunal1089@gmail.com[/email] | |
Hi all My code for the server side : [CODE] Dim bmp As New Bitmap(My.Computer.Screen.Bounds.Width, My.Computer.Screen.Bounds.Height, Imaging.PixelFormat.Format24bppRgb) Dim gfx As Graphics = Graphics.FromImage(bmp) gfx.CopyFromScreen(0, 0, 0, 0, My.Computer.Screen.Bounds.Size, CopyPixelOperation.SourceCopy) Winsock1.SendData(bmp)[/CODE] And for the client side in the DataArrival event : [CODE] On Error Resume Next Dim img As Image Winsock1.GetData(img) … | |
Hello All, I've always found good answers here. Thanks in advance for any help. I've looked around and haven't found a good answer to work with. Maybe I'm using the wrong keywords. If someone can provide the answer, that'd be great. I have an xml document: <root> <product> <image>bike.jpg</image> </product> … | |
Hi I've been looking for this one like crazy but I just can't find it. Hope anyone can help me out. On my [URL="http://www.ivalue.be"]website[/URL] I have a sliding banner that uses a background image 'repeat'. It shows up perfectly in Firefox, Chrome, Safari but not in IE. I've tried many … | |
Hello all Experts, I have following Code to get Image from dataBase and Show it in the Gridview Control on my web page but I am succeded to get data but when I bound the DataSet with GridView it doesnot show me Image. You can View error on Attached Image. … | |
i am beginner in java field.can anyone suggest me how to start image processing in java... | |
pls suggest me some methods for noise removal of a document image and also about the removal pf the background components of the document image like rules, margins etc. ![]() | |
I have been waiting for three days now for someone in the IT department where I work to update Acrobat so that I can use it. I don't know why they're taking so long because all they need to do is log in as an administrator then click "update" on … | |
firstly im new to the forum..hope it turns out helpful i tried doing a quick research over the internet for the following error but i read to many conflicting reports so i decided to come to this forum and try my luck so i recently installed a software called tuneup … | |
Is my HP Pavilion dv5 Entertainment PC compatible with ATI Mobility Radeon HD 5870 Crossfire? Sorry.. Title Wouldn't Fit In The Title Box.. hi, had my laptop a couple of years.. its been through good and bad.. and i'm looking to give it a little something to help it keep … | |
hello! if we sign up at a hotmail account or other account we see before submit our information that we must enter a words and that is for prevent "robots" to sign up with hundreds of accounts. so this characters is an image,so what i want is your help in … | |
I am trying to insert text to image, assignment only allows me to use load, save, getpixel, and putpixel. Details about letters, numbers, punctuation is given in Imageproc code which basically are dictionaries. But I am getting this error after running: pix[10+index, 15] = letters[value] SystemError: new style getargs format … | |
I have an HTML/JSP page on which I have to display all the images stored in a folder. For this I have to use Java. Please tell me how this can be done. Will appreciate if it is possible to provide code for explanation. Thank You | |
what are your thoughts and is it original? [CODE]using ratios to retrieve relevant pixel data (note would be good for greyscale) 255,255,255 ... 255+255+255=765 ... 765333 = 765 / 3 = 255 ... program know it means 255,255,255 123,245,32 ... 123+245+32=400 ... 400-3.25,1.63.12.5(<--- problem) |400-(3.25)-(1.63)-(12.5) = 400 / 3.25=123.08 -- … | |
I have a picturebox. There i am showing an image. Now i want to draw a rectangle in that picturebox and get the position of the rectangle. So i can crop an image. this i can do already. Only need the position of the rectangle. Can anybody help me? | |
I have this code part of a bigger table with different field names being echoed. [code=php] echo "<tr><td>"; echo $row['car']; echo "</td><td>"; echo $row['caravan']; echo "</td><td>"; [/code] I need 2 pieces of help please. I want to add an image of that car, the image is in a folder on … | |
hi friends, I am a novice java programmer. I am in a learning process in java servlets. But i struck into a uploading a file into (desired location) server I will show my code as some one can point out where am i going wrong. Currently im dealing with null … | |
Hi people... i am currently building an application to manipulate images on a windows form.The problem i am facing is that i want the pictures that are loaded onto the panels (there are 2 panels) to be selectable so that the user can select individual pictures and merge,split or delete … | |
How to upload an image with servlets. Can we do it without fileOut.write(); Is there any method to upload an image from user and save it in a desired location in server?? Thanks & regards |
The End.