image

How can I produce a small stamp on each image on my site

i work in lamp environment . i search script that know to take a image , that user upload to my site. and make from this image , new image that contain the real image with small stamp on the top corner. thanks ...

Upload Custom Thumbnail to Sharepoint Image library

Hi, I've got a webpart to upload images to a SharePoint image library, and SP does the thumbnail generation automagically. I'd like to give my users the options of uploading their own thumbnails, without SP doing it for them. Any thoughts how to do this? I do know that SP will store the thumbnails in a folder /_t in the library, but I...

using pyodbc on ubuntu to insert a image field on SQL Server

I am using Ubuntu 9.04 I have installed the following package versions: unixodbc and unixodbc-dev: 2.2.11-16build3 tdsodbc: 0.82-4 libsybdb5: 0.82-4 freetds-common and freetds-dev: 0.82-4 python2.6-dev I have configured /etc/unixodbc.ini like this: [FreeTDS] Description = TDS driver (Sybase/MS SQL) Driver = /usr...

png to bmp

is there anyway that i can convert a png to a bmp in c# i want to download a image then convert it to a bmp then set it as the desktop background i have the downloading bit and the background bit done i just need to convert the png to a bmp ...

Image Optimizer for images used on the web (jpg, gif and png)

Does anyone know of an online app or an app for mac that will optimize images to be smaller in size for use on the web? It needs to be able to support .jpg, .gif and .png Thanks Thank you for all your reply's, I currently already use Photoshop to reduce the sizes of the images with the Save For Web and now I am trying to reduce them mo...

Video equivalent of PNG?

For raster images there is: JPG is for natural scenes PNG or GIF for geometric scenes that are characterized by smooth colors, straight lines and gradients. For vector animation there is SVG And for raster video there are various MPEG codecs which do a good job for natural scenes. So my question is, what should I use for a video which...

.net producing broken jpegs in IE and FF

This is driving me crazy, so... When resizing image to small thumbnail, resulting image cannot be displayed in full by IE and FF. Opera shows the image correctly, and windows image preview also. This is piece of code doing resizing: final_image = New System.Drawing.Bitmap(92, 110) graphic = System.Drawing.Graphics.FromImage...

recognizing text effect on an image for photoshop

Hello, I had my site designed through an designer, I have this image from it, I want to use same kind of image for other navigation menus which I want to add now, my designer is not supplying me with psd`s of it. How can I know what text effects and fonts I should use in photoshop to achieve the same kind of result? Thank You. ...

Trimming an image for temporary use in PHP

I want to be able to trim images, many of which are very long vertically...anywhere from 2000 to 4000px, always at 800. So only getting the top part of the image. I then want to output this to a page/report with PHP, without storring the resultant trimmed image. Is $imagepng->trim the best way to do this? ...

is having a folder with a lot of large image files going to slow down visual studio web project

i just included a new directory in the project. in that directory are a number of image files (some large). it seems to have slowed down VS2008 alot. (Not sure if its a red herring) should this be expected? ...

Where do you store images for asp.net mvc projects and how do you reference them from site.master

I have a new asp.net mvc project and i am trying to figure out the best place to store images and also how i would reference them from site.master (in cases where i have a header images that i want to show up on all pages). Suggestions or best practices? ...

Setting background images in JFrame

Are any methods available to set an image as background in a JFrame? ...

How to "temporarily" store images on web server per session in ASP.NET and C#

Hey Guys, I've been looking around for quite a while and feel that I have a particularly unique situation. I am generating an image from a 3rd party program (which I embedded into my C# app) which is saved to the file system on my web server. Do you know of any efficient ways to dispose of these images after a particular session is...

jQuery - Change image based on click

Currently I have a heading with a downwards pointing icon. If the header is clicked, I want the image to change to an upwards one. I have tried using the "?" operator to query if it is, but I am not 100% sure how it works. I'm using this code at the moment. // Toggle message_body $(".message_head").click(function(){ var id = $(this).a...

How to reduce color palette with PIL

I'm not sure how I would go about reducing the color palette of a PIL Image. I would like to reduce an image's palette to the 5 prominent colors found in that image. My overall goal is to do some basic color sampling. ...

Problem in Caching Images in ASP.Net in IIS 7

I have implemented caching Images in my website, It is working fine in IIS 6 but not working in IIS 7 problem is images not shown on my website on iis7 hosted server but shown on iss6 hosted server I have implemented caching using this Article.... http://www.codeproject.com/KB/aspnet/CachingImagesInASPNET.aspx Does anyone have any idea ...

How to use the jquery.rotate and jquery.cycle plugins together

I have a series of photos (3 series actually) that need to cycle, which the jQuery cycle plugin does nicely for me. My problem is I also want to rotate them (rotate as in turn) by a few degrees each in varying directions on page load, to achieve a 'scattered' look. jQuery Rotate does this nicely too ... my problem is I can't get both r...

How do you create a thumbnail image out of a JPEG in Java?

Can someone please help with some code for creating a thumbnail for a JPEG in Java. I'm new at this, so a step by step explanation would be appreciated. ...

Storing images on a database

For ages I've been told not to store images on the database, or any big BLOB for that matter. While I can understand why the databases aren't/weren't efficient for that I never understood why they couldn't. If I can put a file somewhere and reference it, why couldn't the database engine do the same. I'm glad Damien Katz mentioned it on a...

Bing image search paging - infinite scroll

When you search for images on the Bing search engine, the result is displayed like this: http://www.bing.com/images/search?q=stack+overflow Notice how you can keep scrolling and scrolling and there is not "normal" paging. My question is: How do they do this? I can see there is some ajax/javascript events happening, but the code is not...