6,113 Topics

Member Avatar for
Member Avatar for TotoTitus

Hello, i really don't know where to post this. I will be making an application which hides text within the pixels of an image. The language really doesn't matter . //though it will be done in C# Problem is, each image format (jpg,bmp,gif) has a certain structure, and a way …

Member Avatar for jwenting
0
87
Member Avatar for ausmaya

Hi, i need a code to change the image(for example i need to display 5 images) when the user click over the image. thanks

Member Avatar for grungy coder
-1
69
Member Avatar for saad_sinpk

i use this script for uploading image in mysql db [CODE]<?php $db_host = 'localhost'; // don't forget to change $db_user = 'username'; $db_pwd = 'password'; $database = 'vargasfa_fake'; $table = 'ae_gallery'; // use the same name as SQL table $password = 'satan159E'; // simple upload restriction, // to disallow uploading …

Member Avatar for whiteyoh
0
164
Member Avatar for beforetheyknew

Hi guys, why wont this work. I'm still learning and have no experience with graphics of any kind. Just trying to put the image onto the background. The link directory is right i think. [CODE] import java.awt.Color; import java.awt.Graphics; import java.awt.Graphics2D; import java.awt.Image; import javax.swing.*; //inc javax.swing.ImageIcon public class TheArea …

Member Avatar for beforetheyknew
0
98
Member Avatar for j4mes_bond25

I seem to have Internet Explorer Compatibility Issue here. My website can be seen perfectly well in Firefox but NOT in Internet Explorer. It can be seen on [url]http://darsh25.tripod.com/alcohol.html[/url] It's a CSS based website & on an online tuturial, I was told to download a file "csshover.htc" in order for …

Member Avatar for ablitz
0
440
Member Avatar for ayesha789

Hi, I have stored 800 images in root/Images and store link in DB for reference along with another information. There is a search box through which I get all the info. For viewing images I used [ICODE]<a href=".$row['image']." target=_blank>".$row['ch']."</a>[/ICODE] Ch value is click here to view. Now I want that …

Member Avatar for muralibobby2015
0
218
Member Avatar for gedas

hey guys, im new to java got a simple quastion, well it easier to explain with the code here is the code [CODE] ship = new ShipEntity(this,"spaceinvaders/ship.gif",370,550); entities.add(ship);[/CODE] for example how could i use a simple 2d shape such as rectangle instead of the .gif image thanks in advance

0
52
Member Avatar for bobsta

I am trying to render a very simple scene by loading various parameters from a file (MLC.txt) When compiling I receive the following error main.cpp: In function ‘void renderScene()’: main.cpp:77: error: ‘pBeam’ was not declared in this scope H

Member Avatar for bobsta
0
242
Member Avatar for emompong

HI! I am working with an image tagger system.. Im done reading the file's properties.. then when i go to code for keywords.. an error exist saying that Retrieving the COM class factory for component with CLSID {58968145-CF05-4341-995F-2EE093F6ABA3} failed due to the following error: 80040154. I Already added the DSO …

0
123
Member Avatar for rahuluttekar

i am developing application to capture image from webcam using .net and directshow. i want to capture image when the hardware button available on webcam is pressed.i cant be able to do it using directshow library.Is there any way in directshow to detect webcam hardware button press event so that …

0
91
Member Avatar for rajunath

[b]Split from - [url]http://www.daniweb.com/forums/thread103912-2.html[/url] [/b] Please help me!!! How to i priview image and then how to rotate that image from left to right or right to left (0 to 360) and it will save in the same folder where it was taken and resize that also.

0
47
Member Avatar for pjbinu

I am trying to load an image using jsf graphicIamage tag. But it is not displaying the image code is ... [code=JSF]<h:graphicImage id="image1" value="/Img/flow2.jpg" width="120" height="80" ></h:graphicImage>[/code] the image flow2.jpg is placed in \WebContent\Img folder but it is not working please help Binu

Member Avatar for parry_kulk
0
66
Member Avatar for bharatk

I have opened an image using the PhotoImage method of ImageTk How do I close the image. This is the scenario is I am using it in. I have 2 buttons, one each to open an image from disk & image from url. When I open either of them the …

Member Avatar for bharatk
0
1K
Member Avatar for lein.o16

how can i save the path of the picture i've browsed. i'm using vb.net as my front-end and ms access as my back-end. thanks in advance :)

Member Avatar for Max D
0
222
Member Avatar for sivaconfident
Member Avatar for avinashzala
0
87
Member Avatar for blueguy777

I'm working on MLM script i.e. Auto filling nodes, how to display empty tree node images and replace them with filled images by fetching matching record using PHP Mysql. Please refer to the following screen shot. [url=http://www.freeimagehosting.net/][img]http://www.freeimagehosting.net/uploads/bb2140a87c.jpg[/img][/url] thanks in advance

Member Avatar for blueguy777
0
160
Member Avatar for psathish2

Dear all, [B]aspx file[/B] [code] <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="false" CellPadding="10" CellSpacing="1" OnRowDataBound="GridView1_RowDataBound" OnSelectedIndexChanged="GridView1_SelectedIndexChanged"> <Columns> <asp:BoundField DataField="g_id" HeaderText="S.no" ReadOnly="True"/> <asp:BoundField DataField="gcdate" HeaderText="Date" /> <asp:BoundField DataField="gc_no" HeaderText="G.c #" /> <asp:BoundField DataField="consignor_detail" HeaderText="Consignor" /> <asp:BoundField DataField="consignee_detail" HeaderText="Consignee" /> <asp:BoundField DataField="qty" HeaderText="Nos" /> <asp:BoundField DataField="package_type" HeaderText="Contains" /> <asp:BoundField DataField="total_amount" HeaderText="Amount" /> <asp:BoundField DataField="acc_type" HeaderText="Remark" …

Member Avatar for kvprajapati
-1
366
Member Avatar for ausmaya

Hi, 1.I want to change the image when the user click's over the image i'm getting error.. "error:javascript:gonext();" like this is status bar can any one solve me pls>> suggest some code to change the image when user clicks [code=html]<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"><head> <title>image …

Member Avatar for grungy coder
-1
155
Member Avatar for mith_cool

I am currently storing the values retrieved from the user form including image supplied by the user to sql database. The image is stored in the database but at the time when am trying to retrieve that image am getting the following exception Parameterized Query '(@name varchar(8000))select firstname,image from register …

Member Avatar for mith_cool
0
257
Member Avatar for sushilmunot

hi guys.. can cayone pls tell me how to accept images in c as an input and process them further for compression using jpeg algo. pls help me as i'm stuck up in the beginning of the project

Member Avatar for Salem
-4
195
Member Avatar for emompong

HI! I am working with an image tagger system.. Im done reading the file's properties.. then when i go to code for keywords.. an error exist saying that Retrieving the COM class factory for component with CLSID {58968145-CF05-4341-995F-2EE093F6ABA3} failed due to the following error: 80040154. I Already added the DSO …

Member Avatar for emompong
0
429
Member Avatar for beshoyatef

I hide text inside image then i want to save the image wich contain message . The problem is when i save image with JPEG it saved but give me exception : [B]java.lang.IllegalStateException: Output has not been set! at com.sun.imageio.plugins.jpeg.JPEGImageWriter.write(JPEGImageWriter.java:312) [/B] and when i save image with any other formate …

0
68
Member Avatar for Lalit Chattar

how we can resize image in jsp before uploading in database as a blob data. thank you..

Member Avatar for peter_budo
0
64
Member Avatar for nasir.ud

Hi everyone, In my database table I created a column whose data type is Image. I have successfully inserted a image from PictureBox control in binary format in that table field. Now I would like to retrieve that image stored in binary format and would like to show this in …

Member Avatar for ddanbe
0
2K
Member Avatar for BigGar

Hey, I have a strange problem. I added an image as the background image for a form in VB.net. When I run the program, after approx. 5-6 seconds, the image partially overlays itself, as in an offset overlay of the underlying image. I never had this problem in VB6, but …

Member Avatar for BigGar
0
117
Member Avatar for Clawsy

Hi I'm writing a client/server remote viewer application where screenshots of the desktop are sent across the network over a socket. I'd like to reduce the size of the transfer by getting [I]the difference between the two images and then sending the difference[/I]. The difference would be at least a …

Member Avatar for Clawsy
2
4K
Member Avatar for phpuser

Hi,I want to upload image file using Ajax.means i want after browse file it will be put in my folder and i can see path just below browse button.and i want only ajax code for this no php or any other code which refresh file for image upload. anyone can …

Member Avatar for phpuser
0
98
Member Avatar for educated_fool

Hello dear All, Now I'm writing an app that have to react on some user's actions in real time and redraw a big form according to this activity and a timer's firing. Also, when redrawing the form, the app must emit some short sounds. For the last purpose I used …

Member Avatar for educated_fool
0
194
Member Avatar for TeKnoPath

hi guys, I'm on the hunt for a GPU to go into my new PC and i have made the decision to go with ATI Radeons because thy have a pretty mad track record for 'balance' if you will. The new 5970 seems pretty awesome but i'm not sure if …

Member Avatar for crunchie
0
139
Member Avatar for veledrom

Hi, I have a captcha example and works fine. However, only image is dispayed on the screen. HTML form is not visible. I believe this related to the "header" bit in the class file. I added the code. Please help me solving this problem. Thanks [B]index.php[/B] [CODE]<?php require_once "CaptchaSecurityImages.php"; $width …

Member Avatar for veledrom
0
154
Member Avatar for devsprasad

Hi, I am wondering about how to insert an image(.png) file into excel sheet using python.I have also tried converting .png file into .bmp file, but met with no success. I have tried using insert_bitmap() function, it doesn't give any exceptions. But the resulting excel file that is created is …

Member Avatar for devsprasad
0
33
Member Avatar for mangel.murti

hello all, if user uploading image for first time it will insert and if changing image then update query process.. my problem is that i am providing a popup window for image upload.i want after upload image childwindow should close and parent window reload or refrsh... i tried a lot …

Member Avatar for saiprem
0
137
Member Avatar for Abhishek_Boga

Hi Sir, I was trying hard to get the image on the Crystal report when the user selects the formid from aspx form in .net. Kindly let me know how to save the image in the database by coding so that whenever I select the formid the image should display …

Member Avatar for kvprajapati
-1
75
Member Avatar for lelady

Hi everyone, I've spent the better part of 3 days searching the web and trying multiple rotating image scripts to no avail.... every time I try one, it seems to break my page, or just not work. I am not skilled at Java, and am not even sure if that …

Member Avatar for madmital
0
151
Member Avatar for zyzopath

My image and border fit well on 3 sides, except for the left border-side and I can't for the life of me figure out what I did wrong. Isn't it supposed to fit automatically when the css code is wrapping the image-tag? The "surrounding" border only shows up in FF …

Member Avatar for ko ko
0
2K
Member Avatar for cwarn23

Hi and I have been searching the web but my answer isn't looking very hopeful. I need javascript or preferably css to make my text vertical so the result is something like the following. [CODE]t e s t i n g[/CODE] However with the result each of the characters need …

0
70
Member Avatar for vanessia_1999

I am having two problems dealing with images. I am trying to make an uploader for the user to post picture of a meal or food item. I have the uploader to show and the browser open but it does not go to my databasebase name "recipe" to the table …

Member Avatar for bharanidharanit
0
91
Member Avatar for paddy100

Hi Guys, probably a easy thing to do but I ve scoured the length and breadth of t'internet to no avail. I am a newbie to php who is looking to finish a site off in php. What i will have is a mysql table with id image title url …

Member Avatar for Graphix
0
103
Member Avatar for Clawsy

Hi, I have a pixel array grabbed with [I]PixelGrabber[/I]. I done some computation with it and now I need make a BufferedImage from it. The problem is I can't make it very fast, just slow. I made an Image type object from it then I converted it to a BufferedImages …

Member Avatar for JamesCherrill
0
2K
Member Avatar for WolfPack

Is it possible to read data from a binary file to a C++ class using [inlineCODE]istream::read[/inlineCODE]? I know it can be done for structures, but I couldnt do it for a class. [Edit] Want code? [CODE]#include <iostream> #include <fstream> class BITMAPFILEHEADER { private: char type[ 2 ]; // Magic identifier …

Member Avatar for Ancient Dragon
0
2K
Member Avatar for OmniX

FF works perfectly (additional browsers also) but IE (the bain of microsoft) refuses to be the same. Any ideas or other techniques or position I can look at? [code] background-image: url(text.jpg); position: abosolute; left: 100px; top: 100px; [/code] Same code different 100x100 :( Any Ideas? Thanks, Regards X

Member Avatar for OmniX
-1
159
Member Avatar for marteen

Hi everyone , i'm new in asp.. How to Insert an image in sql as binary file ,use classic ASP.. i try googling the whole day but i don't find any tutorial about this..

0
54
Member Avatar for Thyoric

Hello, I'm trying to upload a file to a server with VB .NET. I can't figure out what to do to read the file to put in the post data. I have the rest of my code set up, and here is my post data setting: Dim data As String …

Member Avatar for Thyoric
0
322
Member Avatar for Thyoric

Hello, I'm trying to find a way to darken an image that can later have certain spots undarkened. I have tried by simply drawing a semi-translucent rectangle over the image, but I cannot figure out how to relighten a selected spot. Any help on this would be great.

Member Avatar for pauldani
0
99
Member Avatar for furqan219

Hi Dear All Is it possible to compare two PDF Image Files and if Name of Person is same in both documents only then we can save it to server and save the path to the Database. actually its about confirmation. But Problem is Both PDF are Images and name …

Member Avatar for littletom4u
0
146
Member Avatar for moe121

Change a Color Image into a Grayscale(Black & White) Image. I'm using borland c++ Thanks Just like this code, but in C++ instead of C#: [url]http://www.daniweb.com/code/snippet217154.html[/url]

Member Avatar for Salem
0
789
Member Avatar for ariel.goldstien

Hi I am trying to create an image with text hebrew in it using Image and ImageDraw moduls but I keep getting erros. this is the code import Image import ImageDraw a = u'\u05d0'#the unicode of the letter I want to display im=Image.new('RGB',(200,200),(100,100,100)) d=ImageDraw.Draw(im) d.text((0,0),a) this is the error I …

Member Avatar for ariel.goldstien
0
366
Member Avatar for ggeoff

Hi I am trying to locate a menu over my masthead, which consists of a full width image. Towards the left there is the page name and to the right of that is the main navigation menu. There is an outerwrapper div and then the masthead div and below that …

Member Avatar for ggeoff
0
157
Member Avatar for TanWS

Hi All, I'am having trouble passing image take from j2me application to asp.net C# webservice. I tried converting the image in byte[] to base64 string and pass to webmethod that receive a string and received the following error. Please help! javax.xml.rpc.JAXRPCException: error 0 during TCP write at com.sun.j2mews.xml.rpc.SOAPEncoder.encode(+248) at com.sun.j2mews.xml.rpc.OperationImpl.invoke(+40) …

0
62
Member Avatar for takeshi

Guys, there's a problem lies on my code...cant display the image in viewing candidates..i already put the code[ICODE] <img src=\"".$row['image']."\"> [/ICODE]as what my friend here said in my code in viewing but it seems it didn't work out.. here's my adding record.. [B]add_new.php[/B] [CODE] <?php /* NEW.PHP Allows user to …

Member Avatar for takeshi
0
78

The End.