6,113 Topics

Member Avatar for
Member Avatar for sravs25

hi friends, i am doing visual c++ course , i got a image which captured from webcam, that image to be stored in 2d array can any one help me how to store that RGB image in to an array please.

Member Avatar for sravs25
0
1K
Member Avatar for manish.ranjan
Member Avatar for jwenting
-2
77
Member Avatar for ranuvishwakarma

hoow to inset into database default image in byte formate when not selecting image from fileupload. protected void subbtn_Click(object sender, EventArgs e) { if (fp.FileContent == null) { Byte[] imgByte = new Byte["image/1.jpg".Length]; } else { FileUpload img = (FileUpload)fp; Byte[] imgByte = null; if (img.HasFile && img.PostedFile != null) …

Member Avatar for rohand
0
110
Member Avatar for jackrobert

hi, I have one image (sampleImage.png).. Already i connected my pc to printer.... Manually i open the image and select print option , then i got image from printer.... Now i want print image using javascript.... [code]<%@page contentType="text/html" pageEncoding="UTF-8"%> <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %> <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %> <%@ …

Member Avatar for jackrobert
0
281
Member Avatar for vibhaJ

Hi all, i want php code which will add website's logo in user's uploaded doc file. So whenever that doc file is downloaded from website logo appears at top. How can i achieve this in windows/Linux both. any help will be appreciated.

Member Avatar for colweb
0
187
Member Avatar for LucarioWill

About two weeks ago, I was given a simple project in Java II; code a program that displays an image, plays a sound, and has loop/play/stop buttons for the sound and zoom in/zoom out buttons for the image. I decided to go ahead in the book with this project to …

Member Avatar for BestJewSinceJC
0
164
Member Avatar for bsewell

Hi all, I wondered if this was possible. i have a div, which I would like some images to rotate as the background-image so it is a slideshow. In additional, I want a fade in/out effect between the image transition. Basicly, what I'm asking is, how do I do it? …

Member Avatar for pritaeas
0
175
Member Avatar for Mitja Bonca

How to put an image (BitMap) into a statusBar? I was trying with: 1. [CODE]statusBar1.Text = Properties.Resources.MyPucture;[/CODE] 2. [CODE]Bitmap myPic = new Bitmap(Properties.Resources.MyPucture); MethodToShowStatusBarImage() { statusBar1.Text = myPic; }[/CODE] but it is not working. Any clues how to salve this issue? And besides, I have found a lot of example …

Member Avatar for Diamonddrake
0
480
Member Avatar for satishynd

I have a question. I need to write a program to display a button with an image on it using Swing. the Image on the button has to change when the button is clicked. I read somewhere about the image on button But is not sure how to change the …

Member Avatar for Ezzaral
0
111
Member Avatar for ans2007kumar

I performed the following code to retrieve the path from database and show image [CODE]protected void Button2_Click(object sender, EventArgs e) { string t = TextBox2.Text.Trim(); SqlConnection con = new SqlConnection("Data Source=.\\SQLEXPRESS;AttachDbFilename=D:\\Anshul\\College site\\App_Data\\afset.mdf;Integrated Security=True;User Instance=True"); SqlCommand cmd = new SqlCommand("Select dmc from Semr Where Rollno='" + t + "'", con); con.Open(); …

Member Avatar for dnanetwork
0
117
Member Avatar for dawsonz

Hey, My database currently stores the location of a specific image, however i'm trying to get the page to change the [CODE]img.ImageUrl = "C:\mug.jpg";[/code] However it doesn't display the image, is there any reason for this? If I use a local image it works perfectly IE: [CODE]img.ImageUrl="~/images2/mug.jpg";[/CODE] Any ideas at …

Member Avatar for dnanetwork
0
71
Member Avatar for raede

hi,can anyone plz help me..the coding wuz ok,it generate the image from in my directories except it shows a blank image...i don't know wats the prob,plz help me... here is the coding... <?php // connect to mysql server $link = mysql_connect('localhost', 'root', 'abc123'); if (!$link) { die('Not connected : ' …

Member Avatar for rajarajan2017
0
7K
Member Avatar for cherryduck

Hi everyone, I'm trying to write an image editor in Java, one of the functions is histogram equalisation, but my code is producing a greyscale image instead :( Here is my code, any help would be greatly appreciated, ta. [CODE] private void histEqMenuItemActionPerformed(java.awt.event.ActionEvent evt) { BufferedImage inputImage = getImage(); BufferedImage …

Member Avatar for cherryduck
0
105
Member Avatar for mmabdelsamea

Hi, I'd like to inquire how can I display 3D image using PictureBox control in Visual C++ 2008. or how can I display only one slice of this image in PictureBox control in Visual C++ 2008. your help is great appreciated. Best Regards, Mohammed.

Member Avatar for Salem
0
77
Member Avatar for Um num num

Is there a way to add a mouse listener to an image for example when the image is clicked change the text of a label... :?: Any help would be greatly appreciated Thanks’ :)

Member Avatar for Um num num
0
285
Member Avatar for singju

Hello Everybody, I have stored images in ms access. The field name is "image" and the data type is OLE Object. I have stored an image with ".bmp" extension. In the database in the record it is showing "Bitmap Image". Now I am using JSP to retrieve this image and …

Member Avatar for parry_kulk
0
259
Member Avatar for alok4u

Hello Is it possible to insert background image and colour in j2me without using canvas... we can create image using Image.createImage() bt it not work as background image.. plzz help

Member Avatar for fatirnbd
0
105
Member Avatar for wardah0

I'm sorry if this has been posted before but... I used this example code from my book to understand image processing better. The image is of the queen mary ship, in a .bmp extension file. Anyways I basically take the picture and save a negative image of it onto the …

Member Avatar for wardah0
0
76
Member Avatar for hassan_physic

me too i need to load image by borland c++ but i dont know how please someone tell me

-3
22
Member Avatar for happygeek

Plenty of people have done it, gone online pretending to be something they are not. Indeed, plenty of men have gone online into chat rooms, forums, virtual worlds and social networking sites pretending to be women. Usually it is for the attention, sometimes it is for the sexual kicks of …

Member Avatar for Tony OnUtila
1
434
Member Avatar for AlaaEG

I need to write an OCR program to train my net to recognize 3 or 4 letters and then test some of them with noise. How do you load the bmp images and make the newff recognize them? I only have this code as an example: [CODE] p = [0,0,1,1;0,1,0,1]; …

0
47
Member Avatar for phabion

In the main form I have a button. The thing is how can I put a small image to that button? Any help is appreciated. Thanks in advanced!

Member Avatar for ddanbe
0
39
Member Avatar for pwhitrow

Hi fellow devs, not sure if this is the right place to post but I wanted to share my application with you, in the hope that it may be useful to someone if you are developing a website and need an off the shelf gallery... xFlow! ([url]http://xflow.pwhitrow.com[/url]) is a gallery …

Member Avatar for diafol
-3
231
Member Avatar for IOwnAndPwnU

Hi. I am coding a game for my basic Java programming course, and I am currently coding a game (Othello, aka Reversi). I am having issues with the JButton size. [CODE]public void game () { resize (800, 680); game = new Panel (); Panel board = new Panel (new GridLayout …

Member Avatar for JamesCherrill
0
2K
Member Avatar for slejeivw

I am trying to store a single random number from 0 to 99 to a variable. This is what I used in my code to do that: [code]time_t t; time(&t); srand((unsigned int)t); int rTSB(rand() % 100);[/code] I am trying to make a single random picture show up when you start …

Member Avatar for WolfPack
0
264
Member Avatar for QWaz

Hi, I am pretty new to php. On my site, I have set up a form to store images in a database, it works fine, and the images are stored in there as BLOB files. However, I can't work out how to display the image from the database. I want …

Member Avatar for colweb
0
1K
Member Avatar for roul

hi, I need php mysql image upload and resizer. The image uploaded through a uploading page should be resized and should kept in mysql server. and we need to retrieve it to another page. help me. thanks,

Member Avatar for qazplm114477
0
147
Member Avatar for viveksisodia

im using fpSpread (farpoint11) for showing data . problem is:- how to display image into a cell of fpSpread 7.0 from the SQLserver 2005 database which is stored in a binary format... reply me.... vivek

Member Avatar for AndreRet
0
45
Member Avatar for dre-logics

I use Visual studio 8.0 My question is, if a row is clicked in datagridview I want that image appears in the [COLOR="Red"]headercell [/COLOR]of the row If I use following code goes well: [COLOR="Green"]DataGridView1.Rows(i).HeaderCell.Value = "selected"[/COLOR] Then the text [COLOR="Green"]"selected"[/COLOR] appear in the [COLOR="red"]headercell[/COLOR] of the row that is selected. …

Member Avatar for dre-logics
0
1K
Member Avatar for dmguitar0

I have Windows Defender installed, and whenever I open the My Videos folder, which contains tons of movies, Windows Defender warns me that malicious code is being run, and it has to close explorer.exe. While I can sorta play some of the movies (by having the expand folder option for …

Member Avatar for DenisRHuber
0
555
Member Avatar for rajkumarsrini

Hi All, I am new to JSP. From my JSP application i will be uploading some images these images should be encrpted when they are uploaded. If any one opens the image which was uploded through my JSP application, they should not be able to view the image. The images …

0
52
Member Avatar for D4n1sD

So for example I want to create a list of inputs and the user is able to choose from that list 1 option. And if that option is checked without pressing any button the image reloads or whatever.

Member Avatar for rajarajan2017
0
88
Member Avatar for Hidden_mistakes

I am making a racing game and am trying to find a way to let some one 'win' the game. in order to do this I am trying to display and image on the background at a certain position. This image isn't visable on the screen though until the racer …

Member Avatar for strmstn
0
80
Member Avatar for walter clark

I have done image processing for years. This is code development not deliverable. (I turn the code over to others and they make it run on a hardware processor.) Development has always been done by me reading thousands of images as separate files on the hard disk. In the last …

0
54
Member Avatar for hazemahmed16

hi, i'm new to C# and i'm doing a project that involves live video feed from a camera connected through cable, and doing multiple image processing operations frame by frame based. i was wondering if anyone could help me getting started by providing me with useful books or online sources …

Member Avatar for kvprajapati
1
83
Member Avatar for KingVampire

Hello, I am making a web page and I want to make it 100% fluid, which means that I want to resize the images when the browser window is resized. I just need to know how to get the Panel width in px with c#. I am using master page …

Member Avatar for Freon22
0
89
Member Avatar for Justme24

Hello, is it possible to convert a text string into a image (with GD) and use for the font color an image (texture) and make the background transparent? Thnaks in advance.

Member Avatar for Froger93
0
69
Member Avatar for rahul8590

How to restrict the size of image thats to be uploaded . I am creating a small social network and have space constraints . So , i dont want to restrict the image size to be confined to certain limit.

Member Avatar for Froger93
0
165
Member Avatar for roryt

I need some help with what I think is probably javascript. I would the user of my website to click a link on a page and for some information to display on the page without a reload of the page. This is what I would like to happen in my …

Member Avatar for nan.gal31
0
161
Member Avatar for jpknoob

Hi, I have managed to upload images to a table in mysql, however, i am having problems with displaying the image, all i get is a box with a red cross in it and i'm not sure what i'm doing wrong. Here is the code i am using to view …

Member Avatar for pritaeas
0
91
Member Avatar for Carrots

Hi, I have in my database the location of some images I want to display, all formatted as: [quote] ../images/products/1.jpg ../images/products/1.jpg [/quote] I'm trying to diplay them in a webpage but get the following error: [QUOTE] x Warning: substr() expects parameter 1 to be string, array given in C:\xampp\htdocs\mysite\index.php x …

Member Avatar for Encrypted
0
3K
Member Avatar for onlyonebui

Hello everyone! Please Give me some guidance if u have any idea. im doing a database using vb6 and access. im viewing my database data from access to vb using listview. each data in database have its own picture or image to display. in the form where i put the …

Member Avatar for tsmvasanth
0
241
Member Avatar for mrnileshagrawal

Hi Friend how we can capture webcam image from our vb.net 2005 Application pzl it's really urgent...

Member Avatar for zalmay
0
94
Member Avatar for laghaterohan

i have a database (access database) which contains id and img column .The id column contains ID'S and img column contains their respective images. [B] When the user selects a particular ID at runtimes the picturebox should display the corresponding image... However the problem is how to achieve this ? …

Member Avatar for Isaaac
0
142
Member Avatar for leeZA1

The code below is what i am using to upload a photo to store it in a database, is it being stored correctly?? as it will not let me view them properly, any help is great!!! [code] $title = $_POST["title"]; $userfile = $_FILES['userfile']['tmp_name']; $userfile_name = $_FILES['userfile']['name']; $userfile_size = $_FILES['userfile']['size']; $userfile_type …

Member Avatar for diafol
0
140
Member Avatar for yahooak

Hello. I just want to know if i have a file on my disk named 'c://blahblah/mypic.bmp' & want to show it via a Turbo c++ program. How to do that? i have googled it, but no solution.

Member Avatar for Stefano Mtangoo
0
108
Member Avatar for Access07-Jon

setting a keyID in new form, then setting image related to keyID - Null problem Hi I am stuck - I am opening a new (child) form in Add mode Setting this childID, from the parentID from previous form Setting childID back to parent form for later reference. Once the …

Member Avatar for ChrisPadgham
0
82
Member Avatar for thriek

Hey, im in need of a little help... im trying to have my .exe show an image with sdl, wait 2500 milliseconds, close the image and then return to the black console screen with my cout statments and whatnot appearing. But instead when i exit sdl, the whole program exits. …

Member Avatar for thriek
0
411
Member Avatar for besart

I need to validate three image fields with javascript so the user cant upload anything else expect files with image extensions. A i also need to control the size of the image, for example to restrict user uploading files with greater size than 1MB. Does this thing can be done? …

Member Avatar for Jasmine_Pearl
0
171
Member Avatar for g2gayan

Hello .. :) Im on ma way completing my C# project,, but i have a small issue .. let me tell you what it is /// since its complicated to send the whole image to a db i only the send the image name to the database ( table ) …

Member Avatar for g2gayan
0
207

The End.