image

Copy-pasting image into JavaScript rich-text editor

Hi, I'm looking for a rich-text editor control that has some way of allowing users to copy-paste images into it, a la Google Mail. I guess I'm hoping there's some way to communicate the binary contents of an image on the clipboard to the browser (and perhaps store these contents in a hidden element somewhere that I can access). If you c...

How can I save an image as a PNG or JPG file with a given output file size? (pref. in C#)

I'd like to save an existing image as a PNG or JPG at a given file size, eg, 100KB. ...

Image compression for webcomics

As probably many people around here I read a few webcomics. Drowtales is my favorite, but that's besides the point. For a long time a thought has been nagging me at the back of my head: webcomics are drawn pictures. They are not photographs. There should be a lot of redundancy (less colors, more flat colored areas, etc.) and thus they s...

Can I have multiple background images using CSS?

Duplicate of: Layering images in CSS - possible to put 2 images in same element? Is it possible to have two background images? For instance, I'd like to have one image repeat across the top (repeat-x), and another repeat across the entire page (repeat), where the one across the entire page is behind the one which repeats across the t...

How do you convert a GIF into a CUR file?

The title says it all really, how do you create a .cur (for a mouse cursor), from a GIF file? What tool or process can I use? ...

J2ME Reduce Image color-depth/ Compress Image size

Hi, I need to transmit the image from the mobile phone to the server. I am able to reduce the image screen size but not the memory size. I understand i have to deal with the color depth. J2ME does not seem to offer any scaling method which is available in J2SE: image rescaled = image.getScaledInstance(thumbWidth, thumbHeight, Image.SC...

Usin Microsoft Office Document Image Viewer with VBS

Hi all, I want to use Microsoft Office 2003(or 2007) Document Image (MODI) Viewer on my web site to user can scan image (from a scanner) and save image (.tif format) to a location and i want to upload this image to my site from that location. First of all, Can i use MODI Viewew with scripting? Can i get or set file save location f...

How to programmatically change urls of images in word documents

I have a set of word documents that contains a lot of non-embedded images in them. The url that the images point to no longer exist. I would like to programmatically change the domain name of the url to something else. How can I go about doing this in Java or Python ? ...

How can I programatically change the background in Mac OS X?

How would I go about programatically changing the desktop background in Mac OS X? I'd like to use python, but I'm interested in any way possible. Could I hook up to Terminal and call a certain command? ...

How can you access a set of photos with the iPhone SDK?

I know that I can access the camera or show the image picker to the user, but what if I just wanted to pick 10 photos, randomly, from the images stored on the device with no user interaction? Using UIImagePickerController gives me the ability to use the camera or the image picker, but how can I do this automatically, without user inter...

get Image object from path name

given a path and filename how go i get the image object Image image = ...(filename) ...

Overlays for an Image Show

I'm pretty lame at coding html and css. I need some helpful suggestions on how to make my image show work and look better. Please take a look at the top of the page at: http://www.beefjerky.com and the messed up version here: http://www.beefjerky.com/images/rotator/photo_rotator2.html What I would really like to see is only the photo...

displaying an image from a bitmap variable using codebehind

I wish to create a very simple web app that simply displays an Image(s) from a database based upon either a date (from a calendar click event) or from a keyword search, getting the image(s) is no problem but I don't know how to display the resulting image. Preferably I would like to display the image in a table or grid or whatever, adjac...

What is the fastest way to draw an image from discrete pixel values in Python?

I wish to draw an image based on computed pixel values, as a means to visualize some data. Essentially, I wish to take a 2-dimensional matrix of color triplets and render it. Do note that this is not image processing, since I'm not transforming an existing image nor doing any sort of whole-image transformations, and it's also not vecto...

accessing image data from a bitmap given a pointer (on the iphone)

my problem is reading the pixel data correctly once i have the pointer so i have an image that takes up the whole iphone screen that has no alpha channel (24 bits per pixel, 8 bits per component, 960 bytes per row) and i want to find out the color of a pixel at a particular XY coordinate. i have the pointer to the data UInt8 *data = C...

JS/JQuery Image transition effects - blinds?

I'd like a transition effect between 2 or more images. I know that simple transitions can be easily done in JQuery, especially with the Cycle plugin, but I want something more complex. Like this, although it's a poor example. A 'blinds' style effect where you can see one image through the other as it changes. I hope I'm clear. I really...

Image manipulating with WPF

I want to have in my GUI capability for scale, rotate and crop images permanently (saving into the file the changes). WPF is natively capable of it? If it isn't, is there any component that can work more integrated with WPF? I also need to adjust image brightness and contrast, remove borders, for JPEG and TIFF formats. ...

JavaScript - function to get real image width & height (cross browser)

as the title ...

Image previewer for webpages

I am creating a webpage in html with php. I want the user to be able to click on a small icon image. When the icon is clicked a preview of a larger image appears. Guessing the solution probably involves javascript or flash. Can you point me to the right direction. Thanks in advance. ...

IE7 doesn't print full image?

i have an jpg where the height is larger than a regular 8.5x11 piece of paper (the height is around 2000px) here is the link http://i39.tinypic.com/121d7ur.jpg so obviously when you try to print this picture its going to print on more than 1 piece of paper ....however when i try to print the page (or even go to print preview)...it only...