6,113 Topics
![]() | |
How do i resize a certain part of an image by moving a mouse over it with Flash ..example check this site ([url]http://www.marcecko.com/#/)..pls[/url] help ..thnx in advance ![]() | |
Hi, on my website, I have a drop down jquery menu with links and a image slide show with links. When I mouse over on the drop down menu, the drop down menu links go behind the image slide show, any way to fix this? Website: [URL="http://www.invincible-performance.com/index.html"]http://www.invincible-performance.com/index.html[/URL] Thanks. | |
Hello, I have done how to find out co ordinate(x and y axis) of a point on an image where a user clicks. But I need the opposite thing now. I need to mark a point on an image when a user gives suitable x axis and y axis co … | |
I having troublw with uploading images, this is the script that I use along with the function of the process and the display page of the product! [CODE] function copyImage($srcFile, $destFile, $w, $h, $quality = 75) { $tmpSrc = pathinfo(strtolower($srcFile)); $tmpDest = pathinfo(strtolower($destFile)); $size = getimagesize($srcFile); if ($tmpDest['extension'] == "gif" … | |
i was woundeirng if anyone could help me with drawing a simple image perferably a .gif thank you. | |
For my intro to programming class i have to design a game where a ball is shot at an angle and hits squares that are worth points. I have two questions 1.How do you get the ball to move. I was given this code but I don't know if I … | |
Hello, I was wondering how I could dynamically generate an image via Java/Javascript. Here is what I need: There will be a tiny sprite-like image in the middle. What I want is to have a partial circle around the sprite appear. It will have a drop-down with 3 options, each … | |
If I want to find the X coordinate of an image that's already on a canvas, how would I do that with tkinter? | |
I've implemented changing src of an image using javascript but I don't want any javascript in my website now. So I need help to do that in PHP! :) What am I doing: In the main index.php file, [code=xhtml] <body onload="load_images();"> [/code] Then I include a random file [code=php] include("content_to_display.php"); … | |
I have a master page that is referenceing a css style sheet that places an image that I want to link to. countdown block is the image style: <div id="countdown_block"> <div id="countdown">Days left in <strong>FY</strong> <script type="text/javascript">document.write(y);</script> </strong></div> <div id="daysLeft"> <script type="text/javascript">document.write(calculatediff);</script> </div> </div> [B]Where do I put the href?[/B] | |
Hey all, I just started programming C++, (only formiliar with matlab/mathematica for image processing) . I like to find the min of my grayscale image. My image is a part of frame token from a webcam. But I don't even know what type of object my image is. Is it … | |
I am storing the images in a folder on my webserver and adding the location/details of the image to the database. But I have problems retrieving them, please help! Is this the code I should be using? [code=php]<?php echo "<img src='/images/". $filename ."'>" ?>[/code] then $filename is supposed to be … ![]() | |
Maybe you're among the few who have seen the changes already; Google Images is getting a facelift this week. Google announced Tuesday that the familiar landing page for an image search will be changing and the site will offer more sophisticated technology for the 10 billion images it has indexed. … | |
Im using the following ffmpeg switches to create a video from a sequence of jpegs; [CODE] ffmpeg -f image2 -i image%d.jpg -vcodec mpeg4 -b 800k video.avi [/CODE] The output file is very short, only 6 seconds or so, however there are lots of jpegs in this folder, names starting from … | |
Hello everybody, firstly I am new in PHP, and I use the WAMP5 tools which has the following features: i) Apache 2.2.4 (SERVER) ii) PHP 5.2.3 + PECL iii) SQLitemanager iv) MySQL 5.0.41 v) Phpmyadmin I have a table named 'tblStudent' with four fields as follow properties: 1. stID int … | |
i want to apply onclick event on a image in the repeater. i don't know how to do it. anybody having any idea plz guide me. thanks in advance | |
i want explore the use of PIL but my first try got me this error : ImportError: " No module named ImageGrab " i tried it in terminal by typing 'python -v', 'import Image' but im broke. please help! thanks[CODE] import ImageGrab capture=ImageGrab.grab() capture.save('screen.png')[/CODE] | |
Can someone tell me how to display an image with pygame. By the way I am using python 3.x. | |
I am working my way through an online book--Intro to Java Programming by David Eck--and in it he says that it is generally considered bad style to use the getGraphics() method to draw outside of a component's paintComponent method. Does anyone know why this is? | |
Apple has kindly donated the source code for the original MacPaint software to the Computer History Museum in Mountain View, CA. This is in large part thanks to the [URL="http://www.engadget.com/2010/07/20/computer-history-museum-makes-original-macpaint-source-code-avai/"]exhausting efforts[/URL] of Andy Hertzfeld, one of the original members of the developmental team for the original Macintosh in 1984. When … | |
I want to write a Code in C which can create copy any given file (txt, bmp, jpg, pdf etc) what i've written so far is: int main(){ FILE *fp; char ch; FILE *fpW; if((fpW = fopen("file2.gif","wb"))==NULL) { printf("Cannot open Destination file.\n"); exit(1); } if((fp = fopen("file.gif","rb"))==NULL) { printf("Cannot open … | |
In my projet, I can't find how to determine which image and pixel coordonate at clicking image in different ScrollArea. The result was showing in statusBar() area. (See screenshot) I put a code in txt file with 2 jpg use with it. Thanks in advance. | |
How would you modify this gui code to designate only certain spots on your canvas to drop your image? Like when your playing solitaire and the game only allows you to drop your card in a certain spot. [URL="http://www.daniweb.com/forums/post1111987.html#post1111987"]http://www.daniweb.com/forums/post1111987.html#post1111987[/URL] | |
I have several of my own photos that I need to add a simple watermark to; however, I would like to add stegonography to the watermarked layer in order to put the image information, the page that the image was to be placed on, etc... hidden within the watermarked layer. … ![]() | |
Hello everyone, I'm working on a program that reads a PNG and extracts a custom chunk from it (using libpng). But now I've got problems to actually register my callback function to handle unknown chunks. According to the official documentation I have to declare which chunk is "unknown" (by their … | |
Hi, Have resize the image to fit the picture box (for other purpose). now i tried to zoom in the image and i succeed on it. but my problem is when i zoom the image the image get zoomed and image moves toward right. How can zoom the image without … | |
I'm a newbie C# programmer, and I would like to ask for help on this error. I was trying to get a button to change its image when it is clicked, a task that sounds so simple, I know, but whenever I run the program and click said button, it … | |
Ok I'm javascript newbie and I have to make script for displaying random images after click on dice picture. The problem is that the script shows only only 1 picture after the clcik and it won't continue with the next random images. [CODE]<html> <head> <script type="text/javascript"> function randomize(){ var delay … | |
i want to make image detection system using java. dont know the specific area yet...anyone have any idea??? please help me..=) | |
I use Visual Studio and when I go on Properties->Settings, I cannot seem to find the setting thingy for background image. I do not like .XML files for user settings so I use settings instead. I want to change the background image of a menustrip and then when the application … | |
Hi all, i need a little help with some code that should display a gif image while a page loads. i have a php page with a link that users can click and it should load a page via ajax as an overlay over the current page. the problem is … | |
hello guys, I am trying to add an image to java panel. I have tried Paint, ImageIcon and every other sort of methods and failed. can someone explain me how do I add an image onto a panel? thanks for your time. cheers! | |
Is there a way to create a div or some container in which there will be an image such that the image fills the container but retains its aspect ratio? So if the container is 100px x 100px and an image is 200px x 100px it will be resized to … | |
Ok so i have this floppy image that just prints a message now the problem that i am running into is that i have to jump to memory location 0x1000 and then jump back to the original place but have no clue how to do it this is what mbr … | |
Gentlemen, your suspicions have been confirmed - your lady/girlfriend/wife [I]is[/I] addicted to Facebook. [ATTACH=right]15821[/ATTACH]That's the finding in a new survey of 18-to-34-year-old ladies by Oxygen Media (think Oprah). It found that over a third of the 1600 women polled - 39% to be exact - describe themselves as "addicted" to … | |
how can i make the background image property not to be tile ( i want it to be as one picture in the middle) i am using vb.net2003 ;) thx | |
Hello All, I have stored a Image in my sql server database and when i am tring to retrive the data the following error is coming.. (Conversion from string " 8901.jpg " to type 'Boolean' is not valid.) In the database and also in the \\Debug\member file that .jpeg files … | |
drawn an rectangle on the image using picture box. quires 1. when tried to zoom image the drawn rectangles needs to be placed on the drawn area. 2. Also draw another rectangle (in zoomed mode). 3. when i zoomed out the rectangle needs to resized. How can i achieve this. … | |
Hey guys.. I'm doing my engineering and this time, I've to develop a website as a mini project. I'm thinking to build a project on Image and File hosting and sharing system using PHP and MySQL. What basic things do I need to learn and can I get any 'sample' … ![]() | |
How can I get the real image dimension with javascript? I tried [CODE] function getImageSizeReal(imgLink){ var img = new Image() img.src = imgLink; return [img.width, img.height]; } [/CODE] However this only seems to be working sometimes in Opera . No luck in firefox or chrome (dunno about IE) Anyways to … | |
there have any example php code to read a image file n convert it to its hexadecimal equivalent? | |
Hi everyone! I have images I'm using in my navbar instead of text. I also have another image that replaces it for the hover effect. For some reason, the images are displaying vertically when I want them to display horizontally. I've tried every combination I can think of, any help … | |
I'm making a JPanel for a game. I want the background to be an imported image, so I set up a ClassLoader to import the image and converted that to a URL. However, that URL appears to be null, as when I try to put the panel into a JFrame, … | |
I was looking long time ago for perfect contact form that check if the input info is right and with security image....At least one week ago found it.....and because i just joined this website today so i wanna help the members as i can :) If u want c this … | |
can anyone help me make a C program code that will open an image file? i'm using C language and GUI/glade3 alongside it. to help you visualize it, i want to type the image filename in a text view entry and when i click a button (Load for example) the … | |
hi all, i am having a page where i can upload images.so now my problem is i hav to view the image that is uploaded and that should display on the web page. My code is uploading an image in the images folder. so now i need to display that … | |
I'm having problems loading an image from file. Im using a fingerprint SDK and it has a built in LoadImageFromFile() function. When I try to load my fingerprint image it returns, "A null parameter was supplied". I can load the same image from their sample program and my code is … | |
Hi all, An issue i've never come across before. I've got a picture as a background which i declare in my css file. The div (wrapper) is 960px wide and 100px height, the image is to sit at the top left so no real placement needed. I then have another … | |
hi everyone i have image rollover code. and i want to add functionality, for ex-this scripts roll overs images (slides them) . i would like let it stops when onmouseover event here is script [CODE] <html> <head> <title>HTML ders | 09.07.2010</title> <script> var sekil1=new Image(); sekil1.src="bir.jpg"; var sekil2=new Image(); sekil2.src="iki.jpg"; … |
The End.