6,113 Topics

Member Avatar for
Member Avatar for gwong

Hi all, I am attempting to use the LWP::UserAgent to request a Soap call, and in the response the request returns a TIFF image. When I write the contents out to a file(binary mode), the file also contains header information. How would I go about extracting just the body(TIF image) …

Member Avatar for joemarG11
0
452
Member Avatar for PetArtistCherie

My old 17" CRT's monitor image was crisp and clear. I decide to upgrade to a 17" LDC monitor. I checked out a monitor in the store, liked the image it displayed and bought it. When I hooked it up to my computer at home, the image shown on the …

Member Avatar for 9139
0
302
Member Avatar for ptemedia

Hi. I am making an asp website to sell items. On the details for individual products page I have an image and 3 smaller ones beneath. Clicking on one of them will bring up a larger image on the screen. However, at the moment, I have to have 4 images …

Member Avatar for Airshow
0
211
Member Avatar for Xcelled194

Its my first post, and its a complicated one... I need some help writing an image coloring algorithm for a personal project. I have two programs, a restorer and a code generator. The restorer reads code generated by the code generator and manipulates the mouse accordingly. [I]Every mouse event is …

0
72
Member Avatar for kedar9

I searched the web a lot. But couldn't find a satisfactory solution. All I want to do is [B]to resize my background image say bg.jpg as per the visitor's screen resolution.[/B] On internet, I did find working javascripts but they used the [I]if (width= height= )[/I] thing. Please please provide …

Member Avatar for Taywin
0
220
Member Avatar for kidwon

Hey guys, Have you ever facing this bug in IE6 of body background image scaling? A png file repeating-x longer than the display and it's being scaled by IE6! Any ideas? 10x

Member Avatar for guyinpv
0
116
Member Avatar for Klaurac

Hey I have a videorental program and each video object should have an display image. [CODE]private Image VideoPicture;[/CODE] I searched the web for tutorials, but couldn't find any. I know how to use the file input dialog, but how do I assign the image to the CarPicture. I haven't figured …

Member Avatar for Klaurac
0
88
Member Avatar for Lapixx

Hi, I've been working on a website and when I was nearly finished I tested the design in Internet Explorer. While the problems didn't look that big, I can't figure out how to solve all of them. This is the website design: [url]http://divbyzero.nl/sil/[/url] (CSS at [url]http://divbyzero.nl/sil/default.css[/url]) In Safari, FF etc …

Member Avatar for Lapixx
0
114
Member Avatar for MJ Pieterse

I really hope someone can help me. this is mind boggling and driving me crazy! I'm busy with a site design and have a div with a background image on the page, that in essence falls inside a table that is on the master page. I've been trying to adjust …

Member Avatar for MJ Pieterse
0
171
Member Avatar for shrikant12
Member Avatar for Nirvin M

What is the use of GDI+? Can I use it for creating custom controls to use in Vector Graphics program?

Member Avatar for lolafuertes
0
160
Member Avatar for worldisorder

Hello All, I am trying to load images from a file path after saving them from a c328 camera. The camera part works but when I use a while loop it does not display on the picturebox. All of this is done when clicking a button. Any ideas? [CODE] private …

0
89
Member Avatar for iwanttolearnc

im quite new to python so forgive my stupidity. ive downloaded numpy and here are a few things i understand regarding images and numpy 1.images are made up of pixels that have coordinates, a 2d array i believe 2.numpy has the ability to handle arrays and split them what i …

Member Avatar for iwanttolearnc
0
210
Member Avatar for facarroll

I have the following code to upload an image using a form. I have added a button to the form to use to remove the image, but I cannot figure out how to code the button to remove the users image. (memberFiles/$id.".jpg") Here is my code to upload an image. …

Member Avatar for nonshatter
0
2K
Member Avatar for new SE

Hi I am using Ajax Slide Show extender to show my images. Everything works fine. Now what I want is when the anyone clicks on any particular image it should show them that particular image in another window or popup etc. this is code when user click the image but …

0
93
Member Avatar for ranapratap pola

i need a code for image retrieve from database by calling through id...using php code and mysql database.. thank you..

-1
48
Member Avatar for StartOf

hi guys i new in vb.net i want to ask about checkboxlist, can i add an image to it ? if yes who can i do it ? if no why?? thanks in advance best wishs start OF FU

Member Avatar for roottybrian
0
92
Member Avatar for Ender330

I am having trouble with something that I know is probably really simple: I have a bunch of photos in a profile image folder. I want to call the image based on the id of the folder like this main-$id.jpg. I need to know the PHP that can do that... …

Member Avatar for Ender330
0
94
Member Avatar for John Linux

Hi, One of my portfolios for a university canoe club committee is to run the website in 2010/2011 season. I would like to improve the photo gallery substantially, and am looking for a ready-made, preferably freeware solution with the following features. - Display photo's from a directory on the server, …

Member Avatar for pritaeas
0
137
Member Avatar for sundeep_g

Helo guys....I am very happy to intract with you all. can any one suggest me how to upload a image...i trie so many web site..here is my code.. uploadimage.php <?php define ("MAX_SIZE","10000"); define ("WIDTH","150"); define ("HEIGHT","100"); function make_thumb($img_name,$filename,$new_w,$new_h) { $ext=getExtension($img_name); if(!strcmp("jpg",$ext) || !strcmp("jpeg",$ext)) $src_img=imagecreatefromjpeg($img_name); if(!strcmp("png",$ext)) $src_img=imagecreatefrompng($img_name); $old_x=imageSX($src_img); $old_y=imageSY($src_img); $ratio1=$old_x/$new_w; $ratio2=$old_y/$new_h; …

Member Avatar for sudeepjd
0
221
Member Avatar for pabzzmike

Hello, I need to rotate images in a website based on the time of day. Please help out with this code. regards, michael

Member Avatar for liamfriel
0
119
Member Avatar for konin

I'm currently working on a project, but need the codes for watermarking the image. Can somebody help?

Member Avatar for magdyalgamal
0
908
Member Avatar for <?davec

Hi there, I'm using this script for collapsible divs... [url]http://www.harrymaugans.com/2007/03/06/how-to-create-an-animated-sliding-collapsible-div-with-javascript-and-css/[/url] Everything's working fine but I need to add an image for show/hide state. When the div is showing the header displays an "open" arrow...when closed it displays a "closed" arrow. Any help is really appreciated!! Thanks :) Here's the JS... …

Member Avatar for Airshow
0
110
Member Avatar for Magic8Computing

Hi, I am trying to get a random image as a background to a cell, and have tried many ideas but none work, in desperate need for help can anybody please. I have this in the header [code] <script language="javascript" type="text/javascript"> var img_rnd = new Array (); img_rnd[0] = "hp-1.jpg"; …

Member Avatar for nosleep365
0
207
Member Avatar for johnlop1

So i have this input.txt file, and there are 5 entries in it, I want to take each entry( in the format of Image1.jpg, Image2,jpg, etc) and store it into an arraylist. Then use java GUI to display each image by clicking a button, from image1 to image5. First I …

Member Avatar for JamesCherrill
0
117
Member Avatar for diddle

Hi all, Could you tell me how to write simple graphics program in c, for example, how to take the format of bmp, pgm, csd file from image file? how to convert from one format to other? If anybody knows a good book or web site, please tell me soon.

Member Avatar for Ancient Dragon
0
364
Member Avatar for sumitpatel

hello friends, can anyone help me for following i want to display image as slide show by fetching images from database which is saved as binary format. In C#

0
42
Member Avatar for Nivass

Hi, Have drawn rectangle and zoom the image. As per zoom, the rectangle are redrawn ([url]http://www.daniweb.com/forums/thread296495.html[/url]). Redrawn rectangle place slightly down. so i adjusted to fit the point. but the rectangle value varies with different resolutions. how to adjust the rectangle value with different resolution. [CODE] private void pictureBox1_MouseDown(object sender, …

Member Avatar for Nivass
0
211
Member Avatar for ajay531

hi i am using windows application. in that form i place picturebox, openfiledialogue, loadimage, saveimage buttons. using loadimage button to load image into picture box. using saveimage button to save image into one folder(save image into harddisk) at the time of save image first we crop the image like height:100 …

Member Avatar for codeorder
0
173
Member Avatar for swornavidhya_m

How to set background image for iframe? If set, it is not working in IE. But works with Mozilla and Google Chrome. How to fix bug in IE for displaying background image in iframe. M.Sworna Vidhya

Member Avatar for localinternet
0
73
Member Avatar for arjen

hello guys.. Can someone give me a code on storing path image and retrieve path into image using mysql database and vb.net/vs 2008. I only know how to make a browse button and get the image into hard disk and display it in picturebox. I'm done with the the problem …

Member Avatar for lolafuertes
0
948
Member Avatar for ITStrawberry

Hello guys, Can someone help me? I have a scanned document in my system. It's a tiff file. You will see below the code i have written. The problem is that i get an error message. The message is like this "A Graphics object cannot be created from an image …

Member Avatar for codeorder
0
140
Member Avatar for Ritesh_4

Hello all anyone knows a software which can enable me to quickly create an image gallery composed of thumbnails for example, and which autoplays line by line, with a zoom effect on every image encountered? I saw an example on this link (demo) [url]http://addyosmani.com/blog/zoomer-gallery-a-jquery-plugin-for-displaying-images-with-flash-like-zooming-effects/[/url] but it applies the zooming only …

Member Avatar for Ritesh_4
0
133
Member Avatar for hell_tej

I ma creating a Project on Java Uaing editor NetBeans 6.0 In this project, i want to put Dynemic image on JLabel which gets the Image Path from Database. It works Properly BUT.... The size of JLabel autometicaly adjust:( If the Image size is 1024x672 then JLabel covers whole Swing …

Member Avatar for javaAddict
0
5K
Member Avatar for Techwriter10

When I researched an article on multimedia search last year for [URL="http://www.econtentmag.com"]EContent Magazine[/URL], (The [URL="ttp://www.streamingmedia.com/article.asp?id=9879"]resulting article[/URL] was republished on Streamingmedia.com last December.) I learned in the course of my research that it's hard to search for non-text elements because they lack the contextual language of text. Seems logical enough, but …

Member Avatar for gprsg
0
226
Member Avatar for nikc121

Ive got my form layout, but I would like to add a really cool background image to make the form snap. But it will not show up. Here is my style and html, had to validate strict. Thanks in advance.... [CODE]<head> <title>John Rogers Web Design</title> <link href= "./styles/formstyle.css" rel= "stylesheet" …

Member Avatar for JRM
0
155
Member Avatar for David_Omid

Basic thing which I am currently unable to do with code in Windows Forms: I want to remove a background image from a panel/picture box. How do I set the BackgroundImage to nothing or remove the background in some other way? E.G Early in the code the background is added: …

Member Avatar for madmonkey
0
97
Member Avatar for jimbojames

Hi All, My first post here so here it goes... I am trying to do what I think should be a simple task but I cant seem to wrap my head around how to do it - any advice or help would be greatly received. I am tring to do …

Member Avatar for nick.crane
0
108
Member Avatar for amrahim

Hi, just try to create application using VB6 for my kids, but facing problem with image on how to save & retrieve it from MS access database. could you guys please share the code. TQ in advance.

Member Avatar for amrahim
0
2K
Member Avatar for DragonReeper

Okay basically I want to load an image and skew it. Does anyone have any suggestions how I can accomplish this? For a visual representation of what I want to do [CODE]+-+-+-+ |o|o|o| +-+-+-+ |o|o|o| +-+-+-+ |o|o|o| +-+-+-+ To: +-+-+-+ |o|o|o| +-+-+-+ |o|o|o| +-+-+-+ |o|o|o| +-+-+-+ [/CODE] The o's are …

0
70
Member Avatar for Saboo-Coder

Hello, friends! How can you resize an image in Python without using any image modules. Our teacher said that we can ONLY use the MEDIA module - no other modules allowed! So, how would you resize an image in this case? Here is the task that our teacher gave us: …

Member Avatar for TrustyTony
0
108
Member Avatar for kleemo

Any idea how this is done? [url]http://www.lensway.fi/products?productType=FRAME&glasses=Miehille[/url] I mean by clicking on the right hand side flash box (with 'zoom in' cursor) it gets bigger, moves in the center of the screen and dims the background. Just like any typical image gallery done with jQuery. I've tried jQuery like prettyPhoto …

0
50
Member Avatar for rambharath89

Hai Everybody.. I am Bharath doing B.E.Comp.Sci... U all may know abt wireless communications.. In this type communications,while sending an image from one place to another,image is not retrieved correctly in the receiver side.It may be received with [I]some image blocks missing[/I] due to transmission noise.(Eg.MMS from one mobile to …

Member Avatar for ithelp
0
135
Member Avatar for Voldemort2

I have just started programming in java. I am planning to do a project on barcode reader. Can you suggest from where shall i start? I want to learn about manipulating pixels. How can i convert the set of pixels into the array of pixels? I am in desperate need …

Member Avatar for Voldemort2
0
152
Member Avatar for cpappas

Hey, So I am using PHP although any language solution would be great. I am looking at displaying whether or not a cookie from a specific ad network is present on your web browser. A good example is with AdChemy. They are a part of the NAI (Network Advertising Initiative) …

Member Avatar for cpappas
0
187
Member Avatar for judgemental

Hi, I have done my ordering class. which contains all the components. My problems is how do I set picture as the background and maximize the picture size? either one of the way 1) i have a class that contains the picture program. How to connect the two program? the …

Member Avatar for JamesCherrill
0
122
Member Avatar for saad749

My Object is to display a 24bit color .bmp picture in 24 bit colors via Turbo C Compiler. Turbo C can display only 16 colors so I will need to use a Windows Interrupt[or something like that] to display the image. I googled a lot but couldn't get a hint …

Member Avatar for Ancient Dragon
0
613
Member Avatar for iijb

Hi all, How to preview an image when uploading it without page refreshing. I got some scripting but it will not work on all browsers. I had used a script in which getAsDataURL() method is used. Which works in IE6 and Firefox 3. I tested it with IE8 but is …

Member Avatar for Airshow
0
70
Member Avatar for aro_kai

hey i had started coding in java.I want to display the pixels format of image with the following code but i get errors...Can anyone suggest my code?? [code]public void Pixelvalue(Image img){ int[] pixelss = new int[w * h]; PixelGrabber pg = new PixelGrabber(img, 0, 0, w, h, pixelss, 0, w); …

Member Avatar for JamesCherrill
0
192
Member Avatar for JayGeePee

I want to put my own "twang" to certain elements on my website. For instance I'd like to have a image for say the a file attachment, instead of the normal box with browse after it. Can I do this? How can I do this. I'd like to apply images …

Member Avatar for rajarajan2017
0
419

The End.