6,113 Topics
![]() | |
Hello! I am very new with Python, so it may be a stupid question. How can I get the height and the width of an image in pixels? Cheers! Dani | |
Any suggestions on how to get fonts from an external drive rather than on my local drive. Here is what I use now: [CODE] GraphicsEnvironment ge = GraphicsEnvironment.getLocalGraphicsEnvironment(); Font[] fonts = ge.getAllFonts(); // Get the fonts for (Font f : fonts) { System.out.println(f.getFontName()); }[/CODE] | |
Well i need to change my banner of the website alternatively , like once user experiences the pic1 which would be incorporated in my CSS. But the point is i want that pic to change . for example when user 1st time logs in , he see pic1 as a … | |
Hi, I am trying to upload a single image but I keep getting an error that is at the bottom that tells me the upload failed - Its really annoying & I have been going round in circles for days now - here is my php [code] <? //Include database … | |
how do i insert a image into a directory through MySQL, rename it, generate a link and upload the generated link in MySQL......??? anyhelp will be really apprietiated.... and if its a tutorial its the best way out, i'm not good at PHP..... plz its urgent for me.. thx alot.. | |
Hi, I am trying to load an image into an applet, however unsuccessfully. What's wrong here? [CODE]package sess31; // Import the AWT graphics package import java.awt.*; import java.applet.*; public class myownapplet extends Applet { Image image; public void init() { // Load image //image = getImage(getDocumentBase(), "show14.gif"); } public void … | |
hello all, Can any please help me in this : I have a form , in a website which has : year : text box Photo : type ="file" Submit button. Now, if any user enters the year, and uses the browse button to select any photo, and then clicks … | |
Hello, I am system administration newbie. I am responsible for installing and configuring Windows XP on 14 computers that need to be 100% identical. What I want to do is install XP and configure it based on what I need (usernames and passwords, no firewall, no windows search, set the … | |
Hello Everybody - I have a question that I need answered - Is there a way to implement either a vertical drop down menu or a horizontal drop down menu on a "hot spot" on an image map where as when the mouse rolls over the "hot spot" the "hot … | |
Hello, I am trying to make a link to a certain area of the image (for a site map, using the mpa feature), How would I place this code in? [code] <img src="http://www.mysite.com/images/header03.jpg" width="770" height="230" border="0" usemap="#Map" /> <map name="Map" id="Map"><area shape="rect" coords="291,195,366,227" href="http://mysite.index.html" /> <area shape="rect" coords="372,194,447,227" href="http://www.mysite.com/page1.html" /> … | |
Hey guys, I have a domain and sub domain set up using hosting services from data flame, the sub domain is set up as a physical sub domain. The sub domain hosts the CMS so I need to upload (product) images from there to the main domain. I spent a … | |
I have a problem at hand. It is to generate a C code - i need to do the following, i will capture an image, then save that image on a folder let say c:\\ program files\myfolder\image.bmp and then i use the OCR to read the number, let say 0102. … | |
I want an image to "get bigger" when a mouse hovers over it. I've looked at some coding that uses CSS and HTML, and I'd need an source image that has both the small image and the large image. I don't understand how to set the CSS so that it … | |
Hi all, I am trying to make a simple application, where when a user press a button, there will be 2 consecutive images shown inside the window with delay. Below is the source code [CODE] private void btnAddMore_Click(object sender, RoutedEventArgs e) { //first show image1 in window FunctImage(); //put a … | |
Hi this is my first post. I found this site through the need of a php script for my website. Now I'm not much of a coder, I can just about get by ish. I have a website [url]www.saltashcameraclub.co.uk[/url] I have built this site using E107 mainly because I have … | |
I was wondering if some one could point me in the right direction with making an image show how many times it's been clicked. | |
I have a assembled a background image for an online book club to make a bookshelf. In Firefox, the sides line up properly, but in IE7+8, they don't: Here is the site: [URL="http://www.westlakelibrary.org/emilysbookshelf"]http://www.westlakelibrary.org/emilysbookshelf[/URL] Here is the relevant css: [CODE] div#emilybookclub #galleryblock table.view-grid-emily_gallery { background: transparent url('/sites/www.westlakelibrary.org.emilysbookshelf/files/images/woodgrain.jpg') repeat; margin-left:10px; } div#emilybookclub … | |
hi all, if i have to print some text over a image in particular location of image can i do it with javascript actually i have a check(image) but i want to print name , amount over that image but i want it be in write place of check image … | |
Hy I wanted to know what the best way is to program 3d in python without usin Blender. What I really want is to put my 3ds max object in a Python program. Thanks Mkaveli | |
Hi, im currently testing the website i created. i used a method of displaying the image through [B]FileStream[/B] and [B]BinaryReader[/B] (e.g "http://localhost/img.aspx?id=test.jpg"). it works fine actually, but the thing is, everytime i navigate through pages the image reload as well, taking a hit on the page load time. question: is … | |
I'm trying to piece together an email order form. This form has a few different aspects to it. I am getting an error on my for proces, conf_order.php. Here is my form on order.php I dont think there are any issues on this page.. [CODE]<form method="post" action="conf_order.php"> <?php <input type="hidden" … | |
actually im starting to using C++ in image processing. i need some tips on template matching using C++ . For the template matching, what concepts that need to be used and how????? Please help meeeeee......Im very very early on this... | |
Please help with my C++ OpenGL code! I am trying to make a simple game in OpenGL with C++ (my first). The issue I'm having is that the WSAD keys move the sphere AND the cube. Since the goal of the game is going to be to get points by … | |
Hi All hope you can help its been driving me crazy .. i have a website where i change the content of a div using jquery, however i also want to change the background image at the same time but cant seem to get both to work together, not sure … | |
Hi, I have written a program where i have used array of 4 Buttons as i click on any of the buttons it image changes and on re-clicking the same button it images changes back to the original image.It is working alright but the issue is that the image which … | |
Hi frnds, I want to store images in database and retrieve. I can successfully stored. But i dont know how retrieve it. If any one know pls help me. I paste my code here. [B]fimg.php[/B] [code] <body> <form enctype="multipart/form-data" action="insert.php" method="post" name="changer"> <input name="MAX_FILE_SIZE" value="102400" type="hidden"> <input name="image" accept="image/jpeg" type="file"> … | |
Which software is best to convert image to swf ? ![]() | |
![]() | I was wondering if anyone knows how to create a transparent background image? just a small example or something. |
Evening all, Please could somebody take a look at the following form. Im calling [code]<?php if (isset($_POST['submit])){echo "clicked";}[/code] but its not registering. The only difference is that this is the first time ive used the "image" type. any help would be appreciated [code] <form method="POST"> <table width="468" border="0" cellspacing="0" cellpadding="0"> … ![]() | |
This month sees the 75th anniversary of one of the cornerstones in the IT industry and it's name is neither Apple nor Microsoft. In 1935 the Fuji Tsushinki Manufacturing Corporation was founded in Japan, although you will probably know it better by the name it adopted later: Fujitsu. [attach]15619[/attach]Quite apart … | |
I have a form (Delphi 2010) that includes several data controls, including a DBImage. All these are hooked to a underlying MSSQL 2005 database and table. I'm using ADOConnection and ADO Table for ease of use. I need to include image data in this table, so I have set up … | |
Me again (Huge Project...) This is the code for my image upload, but it is not working... I also want to set some parameters such as file size and to make sure that only photos are uploaded. The tutorials on the web is quite confusing...help please. Thank you [CODE]if(isset($_POST['submitted'])) { … | |
I know, Here is something wrong in Image Output Section. Please, Help me to correctly show the images to 3rd no. column. [CODE]<html> <head> </head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <body> <?php include ('cont.php'); $result = mysql_query("SELECT * FROM productinput") or die(mysql_error()); echo "<center>"; echo"<table width='500' border='1' cellspacing='0' cellpadding='0'>"; echo" <tr>"; … | |
Hi there. wonder if anyone can shed a little light on this for me I have been trying to write some files to a brand new completely blank cd but to no avail:sad: the cd writing wizard appears to start ok and gets through scanning the disk image ok. it … | |
I have been using Borland Turbo C++ 3.0 to get started with C/C++. I am making a graphics application and this error has come up. I know that my code is too big but I cannot cut it down and I need to add more features. Can someone please tell … | |
[COLOR=Blue]Hello.... I'm currently using Netbean 5.0 and I just want to add some GIF files to my program when it builds. I'm using the files as icons for some of the GUI buttons and labels. But when I select clean and build main project or build main project and execute … | |
hi, am currently working on a assignment in which i hace to make a graphic using the g class blink on and off for certain intervals. i was wondering if someone would know how to make a graphic do so since i only know how to make a picture blink | |
can anyone guide me to good websites with respect to this topic "image deblur without original image" I have gone through a number of papers and codes for a week. all examples had codes which took a original good image added a blur function & then deblurred that image. I … | |
i try to remake some project from [url]http://java.sun.com/docs/books/tutorial/uiswing/components/scrollpane.html[/url] And i want when i click on the picture. Image in JViewarea automatic move without click on JScrolBar. But i don't know how to implement this... Can somebody help me?? Thanks... | |
So to get practice writing applets, I tried to write one that simply draws a chessboard in a 160 x 160 window. I am pretty sure I got the code right for both the html and java files, and I have the html file in the same directory as my … | |
Hi all, I know there's OCR to extract text from image, but is there any technology or classes in java that allows us to extract chinese characters from image?? I understand that OCR could only extract just barcodes and ascii characters from image. | |
Kindly share about video and image optimization? I want to learn about those things Thank you... | |
Hi guys, i am populating a datalist with data from an SQL Server database, in the database images are stored in BLOBS. i am getting these images out using a handler. im populating the datalist with data from a table which contains the image and other attributes, which has all … | |
Hello, I'm an intermediate web designer and i've recently put up a site for my business but for some reason i can't figure, IE won't display images that other browsers will... [url]http://www.19grams.co.uk/Pub/pub.html[/url] Any ideas? | |
I am working on a picturebox that adds a in-depth cropping feature, I am a centered junkie, that is to say I don't find left justified images aesthetically pleasing. I just have to have everything centered. Add to this that the zoom mode of the picture box ensures that the … | |
This exaple show you how to insert image in database and how to retrive in gridview. see the attachments. | |
Hey Guys! I have a windows XP computer that I have setup for my mom. She is not very computer savvy and sometimes clicks on things that she is not supposed to and get virus/malware installed on her machine. Even though I have an antivirus etc, I am constantly having … | |
Dear Experts, I am building a program which needs to store an Image (any image type) in SQL Express 2008. I am able to read, and insert images into SQL Datatable, but I can't seem to update my images. The SQL DataTable contains columnname "picture" - Varbinary(Max) I am using … | |
Hi my name is Maria and it is my first time here, I need your help or advice. I have to remove periodic noise from image. I think i did it well by converting input image to frequence space and removing noises peaks (except DC). After it i have converted … | |
hi guys, I'm designing a website - [url]www.pchristou.com[/url] - to showcase some of my work but am having an issue when using an image as the background. For some reason, when scrolling in Firefox its not smooth (in particular, when clicking the anchor links at the top) however, other browsers … |
The End.