Image manipulation is the term used to describe various operations applied to images such as resizing, removing noise, or alteration of colour depth.
What's the best re-sampling algorithm I can use to divide an image into half its original size. Speed is of …
c++ c image image-processing image-manipulationThere are lots of examples of encoding images to Base64. Is there a way of changing the size or resolution …
javascript base64 image-manipulationI am working on a Midlet application. I am finding myself in the need to scale images very often. This …
java image-processing image-manipulation midp image-scalingIs possible to resize image proportionally in a way independent of the image type (bmp, jpg, png, etc)? I have …
c# .net graphics image-manipulationI tried something like this but it just makes the background of the image white, not necessarily the alpha of …
php image-processing image-manipulation gdI'm trying to create an image mask that from a composite of two existing images. First I start with creating …
iphone objective-c cocoa-touch image-manipulation quartz-graphicsOK, so I have a folder of like 16 images all between the dimensions of 205x150 to 103x148. I want to …
image imagemagick image-manipulationI need to optimize some images, but not change their name. jpegtran -copy none -optimize image.jpg > image.jpg …
linux image image-processing image-manipulationObjective: take a UIImage, crop out a square in the middle, change size of square to 320x320 pixels, slice up …
iphone objective-c cocoa-touch image-manipulationAs part of my build process I need to convert a number of XCF (GIMP's native format) images into PNG …
image-manipulation gimp script-fu