6,113 Topics

Member Avatar for
Member Avatar for vegaseat

Small image files can be embedded in Python code using the base64 encoded string of the image. If you have to present a number of small fixed images in your program, embedding might be easier than including a set of image files. Attached files can be lost, and than your …

2
4K
Member Avatar for vegaseat

Jumping through a few extra hoops allows you to display the common image format jpeg on a panel of the wxPython GUI window. All you need to do is to read in the image file as a binary, convert to a byte stream image and then to a bitmap. Now …

Member Avatar for Erik Vandamme
0
3K
Member Avatar for vegaseat

Swap two images as you move your mouse in and out of the image field. Uses onMouseOver, onMouseOut and a short javascript code.

Member Avatar for almostbob
0
172
Member Avatar for vegaseat

A data stream is used to load a bitmap image and convert it to a jpeg image. The converted image is displayed and saved to a .jpg file.

0
1K
Member Avatar for vegaseat

Another application of the Python Image Library (PIL). This time we are loading an image and rotate it counterclockwise by a specified number of degrees. The image is shown rotated and then saved to the working folder. PIL handles a fair amount of image file formats easily.

Member Avatar for vegaseat
2
5K
Member Avatar for vegaseat

This is an application of the Python Image Library (PIL) and shows you how simple it is to do pixel math on an image.

Member Avatar for vegaseat
2
9K
Member Avatar for helloadam

This snippet shows you how to add set an image as a link. 1) In the snippet find [quote]<a href="IMAGE URL WHEN CLICKED">[/quote] and change [i]Image Url when clicked[/i] to your liking. 2) Then find [quote]<img border="0" src="URL OF IMAGE " width="65" height="38">[/quote] edit [i]Url Of Imge[/i] to your liking. …

Member Avatar for uringinteristi
0
209
Member Avatar for vegaseat

This program shows how to display a JPEG (also GIF,BMP,WMF etc.) image using some Windows Graphical User Interface C code. The program uses the uuid.lib file that comes with many C compilers.

Member Avatar for ashutosh_singh
2
1K
Member Avatar for babaphy

i am learning c language. can you tell me how to do digital image processing using c language

Member Avatar for Salem
0
38
Member Avatar for philmetz

Check at this: [url]http://homepages.inf.ed.ac.uk/rbf/HIPR2/dilate.htm#1[/url] Figure 2.0 I am a bit confused if the 3x3 structuring element is put on top of it, wouldnt everything to the right of the first pixel it finds be white? if its going left to right, top to bottom? Because it sets a pixel to …

0
50
Member Avatar for noshdb

I know how to create live recovery clonezilla DVD by creating an iso image. But I need to create one which will be greater than 4.5G so it will need to be spanned across 2 DVDs. I can not find any information about if or how I can span the …

0
75
Member Avatar for nostalgia149

i gotta create an image slideshow... only for images.. but all the images should be from the database.. i dont wanna use things apart from html & css... can u help..

Member Avatar for ansaripk
0
90
Member Avatar for kingundkong

hi I am searching for a long time now for an extension where I can have a big image only showed a ceratain part of that image and you are able move (drag) the image (handcursor) to see the rest of that images. hope anyone understands what i am looking …

Member Avatar for kingundkong
0
33
Member Avatar for mohan7690

hi all i want to insert an image into mysql database using stored procedure, i need to pass the image from c# plz help me

Member Avatar for varmadba
0
90
Member Avatar for JayGeePee

I've been searching the net for a strait answer on how to do this. My website is based on an affiliate platform. PHP image upload. Examples: My site: [url]www.mysite.com[/url] There Site: [url]www.mysite.com/userId.php[/url] My members have the exact web page I have except, they have there own Unique URL. All I …

Member Avatar for Graphix
0
500
Member Avatar for bshyama24@gmail

Hi All, I'm working on [B]online security register[/B].So I want to caputre image using webcam to the application and store the image path in database. How can I implement this using c#.net?

Member Avatar for kvprajapati
0
70
Member Avatar for somerandomuser

hi can somebody make for me CSS code of any abstract image for blog heather. code must be compatible with Smarty and LifeType if you do so, please publish that code here and precious instruction where to copy that code in blog settings. I desperately want to publish a blog …

Member Avatar for codejoust
0
94
Member Avatar for Pmarcoen

I seem to have a problem displaying an image from the phone's filesystem in J2ME. The following code works for images that are in the res folder but not if the path references to a file on the filesystem .. [code]path = "file:///C:/Data/Images/200908/25082009004.jpg"; try { image = Image.createImage(path); } catch …

Member Avatar for peter_budo
0
726
Member Avatar for cab_driver

I have a page set between frames that has a table with two columns: the left column has an image fixed in one position and in the right column is text (with images). When the window is at 100%, it works, but if the window is dropped to 3/4 size, …

Member Avatar for ingeva
0
106
Member Avatar for coollife

code to upload and save an image into access database in windows application visual studio. Please give the detailed code I know how to do this in web application but i have never used windows application

Member Avatar for sknake
0
158
Member Avatar for mohankumar554

hi, how to save an image into database. ie how to insert an image into database and how to get the image back. i am using the asp.net(C#.net) and mssql server 2000 . so can u tell me the solution.

Member Avatar for mohankumar554
0
439
Member Avatar for harshinianu

[code=Java]public void showPlayer(int cell,int playerID){ int row = this.getRow(cell); int col = this.getCol(cell); cellLabel[row, col].TextAlign = ContentAlignment.MiddleCenter; cellLabel[row, col].BackColor = Color.Purple; cellLabel[row, col].ForeColor = Color.Gold; cellLabel[row, col].Text = "P"+Convert.ToString(playerID); }[/code] Here is a part of my code. How can I add a jpeg image to the above cell, called cellLabel[] …

Member Avatar for JamesCherrill
0
85
Member Avatar for angellove40

Hi,I am in TE comp Engg.We have got a project in ADBMS subject using Applet or Swing.we are using Jpanel.We had made admission form in which user will fill the form and data will be stored in Database.So to make the form look good we want to add image at …

Member Avatar for peter_budo
0
84
Member Avatar for tomtetlaw

I am new to vb.NET and I have decided to make an image viewer, and what I want to do is resize the image it loads to fit the picture box, how do I do this? My image is a System.Drawing.Image object.

Member Avatar for tomtetlaw
0
86
Member Avatar for BigDan531

[code] <?php session_start(); header("Content-type: image/png"); $img_handle = imageCreateFromPNG("bg2.PNG"); $q = rand(1,255); $w = rand(1,255); $e = rand(1,255); $r = rand(1,255); $t = rand(1,255); $y = rand(1,255); $u = rand(1,255); $i = rand(1,255); $color[0] = ImageColorAllocate ($img_handle, $q, 0, 100); $color[1] = ImageColorAllocate ($img_handle, 200, 0, 0); $color[2] = ImageColorAllocate ($img_handle, …

Member Avatar for pritaeas
0
343
Member Avatar for atplerry

Hello i want help on saving large text into the database and the structure of the data should be maintain i.e the paragrah,insertion point, list example if i enter a an html code structure in a textbox on saving and retriving it to display i should retain the structure, I …

Member Avatar for sknake
0
127
Member Avatar for mediachicken

Hey guys! I'm working on a program in python with Tkinter that allows you to enter in a bunch of number and such, and generate an image. So, I have PIL creating a blank PNG image and saving it, it all works... Now I want to add stuff to the …

Member Avatar for Ene Uran
0
2K
Member Avatar for daniellamae

Hi.! uhm i just partially finished my card game project "Lucky Nine" in simple java application.. The results of the game are just printed in System.out.println, and i cant manage to turn it into just JOptionPane.. uhm, anyways, i need you guys to help me how to load images from …

Member Avatar for llemes4011
0
171
Member Avatar for WellCom34

hey guys need a little help. i tried to save image into my database, it saves without error but when i tried to check if it saves in mysql, the data about my picture id save, but the image i save return a value of 0. please help me with …

Member Avatar for sknake
0
95
Member Avatar for qauaan

I select Multiple images from file and show their thumbnails in the panel. here is code i write for this:: [CODE] //files is string type array Containing the image Location //left, top, picWidth, picHeight are int variables. foreach(string file in files) { Bitmap bit = new Bitmap(file); ratio = (double)bit.Width …

Member Avatar for sknake
0
323
Member Avatar for coollife

Hi i want to store an image into MS Access database . I want the image to get converted to byte before getting stored in MS access database. Please provide me the relevant c sharp code for that

Member Avatar for Ramesh S
0
28
Member Avatar for DGULLIVER

Morning, After fixing my [URL="http://www.daniweb.com/forums/thread212999.html"]dual boot[/URL] issue I have now come across this problem. Basically I'm trying to restore my Secondary XP Installation with an Acronis image and straight away I noticed it was very slow during the restore (about 50gb and took about 3 hours) but my primary install …

0
65
Member Avatar for samarthashok

Hello People I have to add an image to an already existing fla file in flash. I have CS4 flash. I am not very good with Flash, kindly help me out !! Thanking you

Member Avatar for rajarajan2017
0
106
Member Avatar for ingrammusic

I have an image of a straight vertical line that has a glow on one side of it. I want to make the line do a 90 degree curve. How do I do this in photoshop? I was thinking that I need to wrap the image around a path or …

Member Avatar for ingrammusic
0
1K
Member Avatar for daviddoria

When someone sends a very high resolution image to an account that is received by Outlook 2003, the behavior is to show you the image at its correct resolution, which sometimes only lets you see a very small part of it. Is there a way to set the client to …

0
56
Member Avatar for Muaz AL-Jarhi

Hello, Im new to programming with openCV. I gotta do some geometrical transformations on an image, like translation,rotation, scaling, etc... I still dnt know how transformations are done in opencv. I looked in a cv refenrence manual and found a couple of functions many on resizing and rotation. I tried …

Member Avatar for hemant_chawla89
0
158
Member Avatar for coollife
Member Avatar for koyel555

I have created a form, created a table with background image (image can be changed dynamically) & inside table there are some divs <div>. There are some texts in div, these texts can be altered. What I need to submit/preview the form, when the form will be submitted 'only table' …

Member Avatar for FlashCreations
0
172
Member Avatar for jooa

I am writing some code which already gets the pixel array from an image, I then alter the pixel values. How do I now display this new pixel array as an image? I hope someone can help. Thank you

Member Avatar for jooa
0
865
Member Avatar for coollife

[INDENT][ICODE] <asp:PlaceHolder ID="PlaceHolder1" runat="server" Visible="False"> <span class="label">Product Code : </span> 340, 472, 491, W340, W491<br/> <span class="label">Size : </span> 38.1cm-15in, 40.6cm-16in, 48.3cm-19in<br/> <span class="label">Suitability : </span> TOPS<br/> </asp:PlaceHolder>[/ICODE][/INDENT] I have an imagebutton on aspx page . on mouse over of that i want it the placeholder to popup and it …

Member Avatar for dnanetwork
0
81
Member Avatar for coollife

[url]http://www.braiform.com/Menu-Two/Hanger-Catalogue/?id=29[/url] check the above website . on mouse over of any image a pop up appears and displays the image information i want to achieve the same thing in my project Please tell me which language is used for this purpose and how to do that.

Member Avatar for coollife
0
260
Member Avatar for zuve_fox

Hi.. I am using vb.net 2003 to capture image from scanner,web cam and sucess but when i caputure image from digital camera Canon EOS 10D,can't capture. could everyone can help me how to capture/shot image using vb.net? and what canon type which can support? thanx

Member Avatar for kvprajapati
0
69
Member Avatar for brando|away

I was wondering what the best library is for uploading an image to like imageshack or something? mabey a tutorial would be nice too lol

Member Avatar for kvprajapati
0
132
Member Avatar for goldy736

hi, i doubt whether this is possible , if it is possible i ll be delighted . I have a form of php array , with a submit button passing the values , this submit button is so ordinary , so i want to change the look and feel of …

Member Avatar for goldy736
0
272
Member Avatar for dre-logics

[CODE]myconn.Open() MySQLstring1 = "select picture from naw where id = 17" myCommand1.Connection = myconn myCommand1.CommandText = MySQLstring1 myReader = myCommand1.ExecuteReader If Not myReader.HasRows Then MsgBox("now rows found") Exit Sub End If If myReader.Read Then Dim imgByteArray() As Byte imgByteArray = CType(myReader.Item("picture"), Byte()) Dim MyStream As New System.IO.MemoryStream(imgByteArray) [COLOR="red"]PictureBox1.Image = Image.FromStream(MyStream) …

0
75
Member Avatar for naekur

I'm using the PHP Swift Mailer library ([url]http://swiftmailer.org/[/url]) to send email to users. Following their documentation about sending embedded images ([url]http://swiftmailer.org/docs/embedding-dynamic-content/[/url]) I have the following code the send images. The problem is that the images aren't sending so I'm guessing that I haven't actually created them or stored them in …

Member Avatar for Josh Connerty
0
158
Member Avatar for AC-hrt

First, let me say that I'm an amateur with HTML and web design so please try to keep your explanations as blunt and frank as possible. Thanks in advance! I'm wanting to have a repeating background image behind another fixed, non-repeating image. This is the following code I have so …

Member Avatar for Troy III
0
123
Member Avatar for jooa

Hi, I have written some code which when a mouse is clicked, a red circle is drawn at that position. The x,y coordinates are stored in an ArrayList. What I now want to do is enable the circles to be selected and then dragged. When the mouse is released the …

Member Avatar for jooa
0
2K
Member Avatar for jooa

I am implementing an FFT class. I get the pixel data from an image then pass this to the FFT class. Once I apply the fast fourier transform to the array the result is an array of complex numbers. At the moment I convert the array of complex number to …

0
72
Member Avatar for vanessia_1999

I am trying to make the image proportionate so that it does not look pixelated. Some of my image look nice but others look pixelated. Is there a way or a code that I can use to make all my thumbnail images proportional from the original image or something like …

0
74

The End.