Tagged Questions

2
votes
5answers
90 views

How to save an image from SQL Server to a file using SQL

Question In SQL Server 2005, I have a table with images (data type: image). Using only SQL, how do I save an image as a file (on the same server that SQL Server is running). If I …
2
votes
5answers
92 views

Java Swing: Read many images files without memory problems?

Hi, I'm writing a Java Swing application that will load from disk about 1500 png images that range in size from 50kb to 75kb each. I don't need to load all of them at once, but I …
1
vote
3answers
35 views

Preload images from an Ajax Call

Could someone help me understand how to preload the images from random.php page so the first time it loads it fades in as it should. Currently its got an ugly bulk echo because th …
2
votes
2answers
25 views

vb.net: Get to resources of a referenced project

I have a project which contains all custom controls and images; we'll call it projectBase. Now I have created a windows forms project (project1) that references projectBase. I ne …
0
votes
1answer
20 views

osCommerce images not displaying

Hi, i really hope someone can help me. I am hosting osCommerce on a windows server 2003, PHP Version 4.3.10. i recently move hosting provider and uploaded my site via FTP and set …
0
votes
5answers
142 views

Where to save HTML and Images?

I have a project where a user for the company will use a winform HTML editor to put some text and pictures in for specific customers. The customers will be looking at this informat …
0
votes
2answers
23 views

UIWebView locally save images and just load html

Hello, i want to load just the html from the web and show the images from the local resource. This helped me a lot, but is the path to the resource on every device the same? Or do …
0
votes
3answers
28 views

Performance in tables with binary data/images

I made a people maintenance screen. The client want me to store the photo of every person in the database, and I made it without problems. I have a separate table for the images wi …
0
votes
2answers
88 views

ClassLoader.getResource() doesn’t work from .jar file

I have the following code: private final ImageIcon placeHolder = new ImageIcon(this.getClass().getClassLoader().getResource("Cards\\trans.png")); But this does not work once my …
0
votes
3answers
48 views

How to show captured images in a sequence so it look like a video?

Hi, I am currently capturing diffrent images using java.... Now i want to show all these images in a sequence so that it should look like a video... How should i do this? I hav …
1
vote
2answers
21 views

recommendation for dynamic way to update website images on to each other

i have A bunch of fabric patterns (simple jpg files) An image for every letter of the alphabet(blank white background) I essentially want to have a page similar to this: http:/ …
135
votes
63answers
5k views

Where can one find free software icons / images?

This may not be directly related to programming, but I always find it hard to get quality icons that can be used for software. I currently have the need for some type of "green ch …
1
vote
3answers
35 views

What’s the all fit header to show images?

header("Content-type: image/gif"); readfile($filename); The above can only be used to show gif images. Is there a header that can be used to show jpg/png/gif?
0
votes
1answer
71 views

Javascript: Clicking thumbnails to switch a larger image. Best method?

Hello! I've been looking for a really easy/lightweight way to just be able to click thumbnails to switch the src of a larger image. This is what I've found: http://snipplr.com/v …
1
vote
4answers
135 views

Edge Detection and transparency

Using images of articles of clothing taken against a consistent background, I would like to make all pixels in the image transparent except for the clothing. What is the best way t …

1 2 3 4 5 51 next
15 30 50 per page