Top "Image-manipulation" questions

Image manipulation is the term used to describe various operations applied to images such as resizing, removing noise, or alteration of colour depth.

What is the best java image processing library/approach?

I am using both the JAI media apis and ImageMagick? ImageMagick has some scalability issues and the JNI based JMagick …

java image-processing image-manipulation
Javascript Image Resize

Does anyone know how to resize images proportionally using JavaScript? I have tried to modify the DOM by adding attributes …

javascript internet-explorer-6 image-manipulation
Cropping an UIImage

I've got some code that resizes an image so I can get a scaled chunk of the center of the …

ios objective-c cocoa-touch uiimagepickercontroller image-manipulation
High Quality Image Scaling Library

I want to scale an image in C# with quality level as good as Photoshop does. Is there any C# …

c# image image-processing image-manipulation image-scaling
Get average color of image via Javascript

Not sure this is possible, but looking to write a script that would return the average hex or rgb value …

javascript image-manipulation
Create a BufferedImage from file and make it TYPE_INT_ARGB

I have a PNG file with transparency that is loaded and stored in a BufferedImage. I need this BufferedImage to …

java image image-manipulation bufferedimage argb
Resizing Images in VB.NET

I'd like to make a simple VB utility to resize images using vb.net. I am having trouble figuring out …

vb.net image resize image-manipulation
Bad image quality after resizing/scaling bitmap

I'm writing a card game and need my cards to be different sizes in different circumstances. I am storing my …

android image-manipulation
Image Processing, In Python?

I've recently come across a problem which requires at least a basic degree of image processing, can I do this …

python image image-processing image-manipulation
How to manipulate images at the pixel level in C#

How do I manipulate images at the pixel level in C#? I need to be able to read/modify each …

c# image-processing image-manipulation