6,113 Topics
![]() | |
Hi all, I have obtain an error while making thumbnail images from the uploaded images. The error displays like as below [B]Fatal error: Allowed memory size of 16777216 bytes exhausted [/B] Actually the size of uploaded image is 208kb.. but it displayed the above error with memory size of neary … | |
Hello, I'm trying to put into my web page the E2 photo gallery (google E2) and place it within a box on my web page (this box is in a style sheet) Now the author told me all I have to do is change the absolute positioning of the style … | |
Having a bit of trouble figuring out my image upload script. I have modified this a bit, but I am stuck as to how I can get all the links to be output into one space. [code=language]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title><?=$site_name?></title> <style type="text/css"> <!-- … | |
Curious if anyone here has any experience with Image::Magick for Perl? The code in red does create a GIF file in the new dimensions, but it is blank, or should I say black. I know the $src handle is good, as I use it in the Thumbnail module and it … | |
So am using Perl, and I need the user to upload an image (multiple formats) and then have been playing around with Image::Magick. I have to tell you that I am not that impressed with it. I've been toying around, and the resizing feature sometimes gives me a funky image. … | |
I've been reading a lot about how 777 permissions for a directory, where images are uploaded to, is a security risk but I've found no solutions on how to make it secure. If any of you have any related links or can give me some suggestions on how to make … | |
Is any one have code to upload images in asp. I want to store Image caption in database and image in Image Folder. | |
HI!!! I am doing Face reconition project in vb.net ... so my first module is uploading images and need to store in sql, that images i should retrive in vb.net. so, pl tel me the procedure and coding in vb.net2005 | |
Hello friends i want to display the data from database on page which contains the text and image. The problem is that i want to arrange those like the text should be wrapped around the Image. Can it is possible? Please help me if you have idea about this. | |
Hi all, Am working on my final year project on image classification.The idea is to use the colour visual feature like color histograms to classify images. But can anyone please give me an idea of what kinds of images the classification can be applied to. Since the classification is based … | |
How can i Load images in to each cell of a table based on its product id? The picture url is stored in field:[I] Product_picurl[/I] [CODE]SELECT `Product_id`,`Product_Name` , `Product_picurl` FROM `prod_listing` where `Product_id` ="$ID" [/CODE] I have looked around for a photogallery script but cant find one!! Thanks in advance | |
I have an app designed on a standard screen, but now I have a 15.4 wide screen the images are distorted The ratio of width to height should be height / 0.75 for standard jpg files but setting the picture box width or form width to this ratio seems to … | |
how to save an image drawn with GDI+ to sql 2005 database? | |
Hello all, I am new to asp.net.I have taken up a project called MIS(Management Information System).I have just started the project.The home page consists of a login screen.Now i need to put a picture in my page.I already have one picture for my web page. In order to put another … | |
i want to view image as tooltip of small image on mouseover on that so what is the code for that?using javascript how it can be done? | |
I'm trying to 'free move' images to new locations in Dream Weaver like one does in PageMaker, but I cannot get it to become freed from paragraph. Does anyone know how to move images freely? Also, how does one start a new paragraph in Dream Weaver insulated from images. When … | |
Hi friends I am converting the final report to PDF file. in my application i have displayed the google map for my report . When i convert the final report to PDF file ,contentes only convert the PDF file , i unable to convert the google map to PDF file … | |
Hello! I am using CSS class to apply design properties to a DIV in my markup. This image is a repeating image. The background-image syntax goes like this: [code]background-image:url(http://www.mysite.com/images/image.jpg);[/code] I am performing a JavaScript image replacement (it has to be done in JavaScript per client specs) and to replace this … | |
Hello guys, I have been working for a long time a project in vb.net using a database which is in SQL Server 2000.I am currently trying to upload an image!The file i want to upload is not type image but nvarchar.I have made save it inthe database as ID of … | |
Hii, i have a datalist in my page containing a image button as item template.The design page is as follows <asp:DataList id="ddlist" runat="server" RepeatDirection="Horizontal" Width="30px" Height="134px" RepeatColumns="5" CellPadding="1" CellSpacing="5" > <ItemTemplate> <table> <tr><td> <asp:ImageButton ID="img" runat="server" Height="75" Width="100" ImageUrl='<%#DataBinder.Eval(Container.DataItem,"filename")%>'></asp:ImageButton></td></tr> </table> </ItemTemplate> </asp:DataList> th ecode behind is as follows public void … | |
i want to view image as tooltip of small image on mouseover on that so what is the code for that?using javascript how it can be done? | |
Hello, with the information of person, i want to add his/her photograph. please help me for that | |
hi all, I want to know how we display image on button control instead of text? I want to show image on button Plz can anybody help me thanks in advance Regards Guest11 | |
I have a 19" Compaq MV940 CRT monitor with a display problem. The overall screen has white lines (not just a single ghost reflection, but continuous white lines) that extend from each and every line of text and most images all the way to the right of the screen. The … | |
hi, I have a weird problem which is very very urgent to solve. I setup an account in the application namely mail in the mac system (imac) I am having. The signature I setup contains the text as well as a logo (image). When I send mails from that mac … | |
I'm trying trying to use the Image.composite() function with the code below: [code=python] import Image im1 = Image.open("GetGif1.png") im2 = Image.open("GetGif2.png") im3 = Image.composite('im1','im2',"L") im.save('output.png') [/code] But I get this error: [code] Traceback (most recent call last): File "composite_images.py", line 11, in <module> im3 = Image.composite('im1','im2',"L") File "/usr/lib/python2.5/site-packages/PIL/Image.py", line 1960, … | |
Hi all, I've been trying to paint an image to a JPanel with no success. Could someone help me figure this out? [code=java] mport javax.swing.*; import java.awt.*; import java.awt.event.*; import java.io.File; import java.util.Vector; import java.awt.image.*; public class PhoneInterface1 extends JFrame implements ActionListener { private JPanel imagePan = new JPanel(); private … | |
Hello, I am starting a new game creation and I am very new at Visual Basic. I, honestly, don't know what I am doing. I have picked up some things, and I am learning fairly quickly. The game I am creating is based on a source, and the game has … | |
Hi guys. I have a website that is meant for showing pictures. Right now, it's set up so that I have to make a new webpage and manually configure every picture (size, location etc) exactly how I want it. Here's what I mean: ([URL="http://cosmocrazy.x10hosting.com/Gallery-75/art1/shapesinspace.html"]example[/URL]) There is a frame on the … | |
Im using: [CODE]OpenFileDialog1.Title = "Select your image" OpenFileDialog1.InitialDirectory = "C:" If OpenFileDialog1.ShowDialog = Windows.Forms.DialogResult.OK Then PictureBox1.Image = New System.Drawing.Bitmap(OpenFileDialog1.FileName) End If[/CODE] for browsing an image but i want to create a filetype so i have to use OpenFileDialog1.Filter but it wont work. I've used: [CODE]OpenFileDialog1.Filter = "Foto's (*.jpg,*.bmp,*.jpeg,*.png,*.wmf,*.gif)|*.jpg|*.bmp|*.jpeg|*.png|*.wmf|*.gif"[/CODE] How can … | |
suppose I have a flash slider displaying 10 images as a slide show using dynamic flash. I mean the 10 images are not incorporated into the flash itself, but read from a subdirectory using dynamic flash. in static flash, the entire flash file of 200kb is downloaded to the pc … | |
![]() | I have outlook 2003. I had to unistall adobe photoshop because it went corrupt. I have Microsoft digital image pro 10 for my picture program. After uninstalling my adobe photoshop I can't view pictures as attachments in outlook anymore. Do I have to reinstall adobe and why wouldn 't my … |
Hey guys, so yeah, having some problems with dreamweaver, if you can help that's great anyhoo the problem: basically i'm makign a website, and i'm using frames to differentiate the button links and the stuff i want the links to go to. Basically as it stands , i've got the … | |
hi to all i am creating travels project, i want to place all the image in a datagridview and i want make that image as a hyperlink please solve my problem raghu | |
1. "Memo1" component that hides value such as 100,200,300 or 450 ounce etc. 2. "Memo2" component that hides value such as 50,100,150 or 225 ounce so the component will store the decreasing values from 100,200,300 or 450 pounds. Thus the bar image's height will be 50% of the barimage old … | |
hi all, i'm using a page called ShowImage.aspx in my project. The page's doing a crop for each picture and shrink them. when i show a picture in my another pages as above way, i can't delete them. File.Delete(Server.MapPath("path")) is not work. Error Message : ..... the file is using … | |
So, I've scoured the web for a way to block direct access to an image, kind of like hotlinking, but on my website. For example: going to [url]http://www.mydomain.com/images/someimage.gif[/url] should bring the user to a 403 (access denied) page instead of displaying the image. I wanted to do this using .htaccess … | |
Hello all, I am helping create a website. Over a particular Image I have, I want it to say the name of the link, ie Home. While I got my cool flash things working where the image changes colors on mouseover, I can not get the text of the link … | |
i cant seem to get any image to work in 'preview.' whenever i try to open a picture(mainly .jpg), it says “Couldn't open the file. It may be corrupt or a file format that Preview doesn't recognize. | |
[B]How can I load an image to my code so i can make it as a background or I apply any function on it like rotate and scale only what I need is the function to load a(.jpeg or .bmp) and where to put it in my code[/B] #include "stdafx.h" … | |
hi to all i am creating travel project, i want to insert image path in the sqlserver and i want to display image in the dataridview using c#, please sombody help me to clear my problem thankin you raghu | |
Hey all, thank you for reading this post I am a webdesigner, i normally work with WYSWYG ( What you see what you get ) concept, that is i dont work with code.I work with Dreamweaver. Now i created all my site.Now my client wants a drop down menu for … | |
hi i created image table and inserted it value using c# but i want to display image in datagridview. please sought my problem thank you raghu | |
I am constructing a line graph on a GD image.Do you guys know of any way i can export it into excel such that its just like one created in excel | |
Hi Everybody! How to upload a image / pdf file in mysql table blob column with ASP pls help me HemantK | |
Hi All, I need the help of a real expert because I'm still having difficulty with this Ajax technique. I have posted before about this on another site forum, but no replies (sigh). The script below works with FF only when the alert is in the code, and doesn't work … | |
hi to all,, some one please help me how to ctreate image table in sqlserver 2000 and displaying image in the datagridview using c# | |
Dear Sir I am new in Visual Studio 2005. I am making my project and i want to take image from cam using VB 2005 Form. Please anyone help me. | |
Any html expert please refer me the code how to make a clickable image which after the click image will be enlarged. thank you. |
The End.