0
votes
0answers
19 views
jQuery smooth image change
Hi there... I wonder how to make image change in my jQuery script smoother.
I also have an animate() chain, can I attach the "src" change into it or not? Sadly I can't use images …
0
votes
3answers
21 views
Saving/Loading Images from/to stream instead of a disk
I have the following code which takes an improperly saved Image from the database converts it to a Jpeg and returns the Image in a byte array;
public Byte[] GetImageFromDB(int …
0
votes
2answers
37 views
PHP upload pics with space
Hello, please I need hep with the following.
I have an upload pictures form. I need to make sure that pics which contain spaces in name are replaced wiht something else, I guess i …
0
votes
2answers
25 views
refreshe the ui in gwt
hi,
i am pretty new to the gwt so be gentle and please elaborate..
i have created some custom composite widget, which listens to an events (in my case loginEvent). once the event …
1
vote
2answers
44 views
looking for ideas on how to force order of pictures in a gallery (django app)
Hi - I'm building a django app that has an image gallery, and the client insists the images be displayed in specific order. I use the admin interface to upload the images and edit …
0
votes
1answer
20 views
Core data not saving images iphone app
If i do the following it saves fine:
- (void)imagePickerController:(UIImagePickerController *)picker didFinishPickingImage:(UIImage *)selectedImage editingInfo:(NSDictionary *)edi …
7
votes
9answers
458 views
How can you dynamically put different patterns on images in a webpage . .
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:/ …
0
votes
3answers
49 views
Image generator
Hi, I'd like to be able to generate an image with overlaying text (that is inputted by the user) such as how it is done on www.depressiondog.info. Can someone show/link me to some …
0
votes
1answer
41 views
dreamweaver html page
Hi
I created a HTML layout using dreamweaver. I used DIV tags to set the backgrounds for both the header and main body. The problem is that when I preview the page, the images are …
2
votes
2answers
53 views
Extract everything from PDF
Looking for PDF content extractor (console tool or library).
It will be used on server to produce on-line e-books from uploaded PDF files.
Need to extract following things:
tex …
0
votes
3answers
40 views
How to import images into magento using an absolute path?
I tried importing product images into Magento using an absolute path, but it did not work. The image was not uploaded.
For example, I tried importing "http://somewebsite.com/somei …
141
votes
64answers
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 …
0
votes
3answers
33 views
Joining Multiple Images into one with a PHP script
I have this test page http://thechozenfew.net/projects/write_font.php that generates the text in the input box as a font. Each letter is a different picture, How would i join all t …
0
votes
1answer
20 views
django - save a resize copy of image on upload (using admin site)
Hi -
I'm building a site for a client that needs to support image uploads (an artist) through the admin interface. Since most of the images are pretty high-res, I wanted to creat …
1
vote
1answer
49 views
Find specific text in a DIV according to offset in pixels
I want to insert an image tag into a block of text so that the image is, say, 100 pixels down in the DIV.
<div>
A lot of text in a text block and a <img tag> s …
