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.

RMagick remove white background from image and make it transparent

I need to remove the white background from this image and make the background transparent. So it's just a black …

ruby image imagemagick image-manipulation rmagick
Change color of certain pixels in a UIImage

For a given multi-color PNG UIImage (with transparency), what is the best/Swift-idiomatic way to: create a duplicate UIImage find …

ios swift uiimage image-manipulation
iPhone: Blur UIImage

In my iPhone application I have a black-and-white UIImage. I need to blur that image (Gaussian blur would do). iPhone …

iphone image-manipulation quartz-2d
c# .NET green screen background remove

I am working on a photo software for desktop PC that works on Windows 8. I would like to be able …

c# wpf image-manipulation chromakey
Rounding corners of pictures with ImageMagick

in my Rails app I want to have a similar profile section like Facebook where uploaded images are automatically thumbnailed …

ruby-on-rails facebook image-manipulation imagemagick
Change the color of an image with imagemagick

I want to change the foreground colors of an image using rmagick/imagemagick. To be more specific: I want to …

ruby twitter-bootstrap imagemagick image-manipulation rmagick
Converting RGBA image to Grayscale Golang

I'm currently working on a program to convert and RGBA image to grayscale. I asked a question earlier and was …

go colors rgb image-manipulation grayscale
Image downsampling and upsampling using bilinear interpolation

I am trying to understand how exactly the upsampling and downsampling of a 2D image I have, would happen using …

image-manipulation linear-interpolation
Jython image manipulation

This program is supposed to take the outline of an image, then split it into different quadrants, then color it, …

python jython image-manipulation jes
Java Graphics library

I'm looking for a high-level java graphic library for creating artistic text, watermarks, resize, crop, image identification and manipulation. ImageMagic …

java graphics image-manipulation