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

learn more… | top users | synonyms

0
votes
1answer
14 views

Create a darken version of an image

I need to create a darken version of an image. What is the correct way to accomplish this? I have tried with the 'modulate' method: manipulate! do |img| img.modulate(0.85) end but the result is ...
0
votes
0answers
6 views

How to copy a selection from one image to another image in GIMP?

Recently I switched from Photoshop to GIMP.I want to copy a selection from one image to another, so that i can fill that selection with color in another image and i can get the shape without creating ...
0
votes
0answers
17 views

Automate simple Image editing

I'm working on an E-commerce website which deals in clothing and fabrics. Now what the client wants is that he click an image of a model once, and the same images is reused for different shirts. the ...
0
votes
0answers
14 views

Where can I find a JAVA library of visual effects and image manipulation?

I'm looking for to create an android app, and need to find a library of visual effects. For instance: - starting with a blank canvas (1) user draws a geometrical shape and everything in the shape ...
0
votes
1answer
19 views

Get new crop coordinates after rotating a cropped image

I have a site where one of the features lets users upload images, then rotate/crop them. I'm using the following tools: ImageResizer JCrop So let's say a user wants to crop the image first, then ...
6
votes
2answers
112 views

Images not loading on website

The problem I have is that when the page is loaded sometimes it displays all the images, sometimes just 2 images and sometimes all. I don“t know why this is happening. Any ideas? $('#banners ...
-2
votes
1answer
27 views

How to make a script for automatically separating a handwritten note into two parts (divided by a colored line) [closed]

I'd like to scan a white size a4/a5 handwritten note with black handwriting that is separated into two parts with a straight colored line made with some marker pen. Using the picture file I get I then ...
-1
votes
1answer
20 views

liquid face, what is this image processign algorithm? [closed]

Sorry, I don't remember the exact name of the app where saw this effect. Basically you can upload a photo and drag any part of the face to stretch the image and make it funny, i.e. make the nose or ...
0
votes
1answer
19 views

How can I resize to fixed dimensions?

I searched a lot and I couldn't figure out how to achieve the following: I have a news aggregation service so I am getting images of various dimensions. I have to create a 3 versions of the ...
0
votes
2answers
50 views

Looping through all images within multiple directories in ColdFusion

I'm working on an image manipulation script to create smaller thumbnail images of the images that are already on the server. The directory structure that I need to search through is as follows: ...
0
votes
2answers
28 views

My codeigniter image manipulation library isn't working the way i want it to work

I have an image. I want its size to be exactly 500x250. I also want to maintain the image ratio. So my plan was to re-size it and then crop. My code for resizing the image is given below. ...
0
votes
1answer
56 views

Python convert picture to b/w with specific rules

I am trying to analyze a picture. I am basically doing that in 2 steps: converting it into a greyscale picture taking areas in the picture and look if they are more likely white or black My ...
1
vote
1answer
85 views

Heroku, CarrierWave, MiniMagick: random tmp file missing

in my RoR project I am using CarrierWave + MiniMagick and deployed to Heroku for production. I have this problem in production that sometimes the tmp file is missing for image processing. I get this ...
0
votes
1answer
64 views

How can I convert a 2D drawing into something 3D that I can then rotate and play around with?

I've written an iPad app that generates abstract images along Bezier paths. I now want to try to create 3D images from the 2D ones that I've created, that I can then play around with - rotate, etc. I ...
0
votes
1answer
48 views

Extend image canvas with GD or Imagick

Let's say I have an 200x100 image, and I resize it to 100x50: // imagick $imagick->resizeImage($width, $height, Imagick::FILTER_UNDEFINED, 1) // gd $image = imagecreatetruecolor($width, $height); ...
1
vote
1answer
51 views

Imagemagick - Resize images to 25px height and aspect ratio

OK, so I have a folder of like 16 images all between the dimensions of 205x150 to 103x148. I want to size them down to the pixel height and width of 25px and stack them horizontally on a transparent ...
0
votes
1answer
22 views

Manipulating an Image Dynamicly based on time and database details

I have a JPEG image, which consists of one floor of a building containing various rooms. Based on data retrieved from an SQL database through PHP, and the current time of the day, I wish to manipulate ...
0
votes
1answer
25 views

What is best tool for image processing for editable sections

I am going to create a desktop application. Application will take an image (for example image of a furniture and table) and process it for sections. Each section should be editable and other image ...
0
votes
1answer
53 views

Markup image with javascript and save

I am trying to add markup to an image. The user will be able to add text, drawings and images. I am guessing it is easiest to do this with javascript on the front end. My question is, what is the ...
1
vote
1answer
27 views

Image Manipulation seam carving - order of carving

Lets say I'd like to remove 10 vertical seams and 10 horizontal seams from an image. Does it matter if i remove 10 vertical seams first and then the 10 horizontal seams? Should I do one vertical seams ...
2
votes
1answer
34 views

Cutting x pixels from an image

Why this is creating many images instead of just two? convert input-image.jpg -crop 28x +repage monet_vertical_%d.jpg I want to get two images; 28 pixels from the base and another image with what's ...
0
votes
1answer
85 views

Change image colors with GD

I want to learn about images manipulation in PHP and write some code to edit photos. So, I'm reading about imagefilter() function, but I want to edit the collors manually. I have a little piece of ...
1
vote
2answers
70 views

incorrect output RGB to HSI convertion

I'm trying to convert RGB to HSI of a given image. But i cant seem to get the correct output. the Intensity is already right. But the Hue and Saturation kept giving the same result, -2147483648, ...
0
votes
0answers
121 views

MagickNet PNG with Transparency to JPEG

I am using MagickNet for image manipulation in my ASP.NET C# project. My issue is that I am uploading a PNG image with transparency and when I convert it to JPEG, I get a black background with some ...
0
votes
1answer
128 views

Palette Swap an BufferedImage in java

I need to do a palette swap for character sprites for a game I am working on, so if more than one player chooses the same character, they will be in different colors. I have stored all the sprites in ...
0
votes
1answer
189 views

How can I change out an image using CamanJS?

I've got multiple images, and I'd like to load them each into a single <canvas> element at different points in time and then manipulate them using CamanJS. I can get the first image to appear ...
-1
votes
1answer
48 views

Generating “unregular” borders with Imagemagick

We have the customer requirement that a standard image will receive unregular border and background. Is it possible to generate this in some way using Imagemagick or some other tool? An example:
0
votes
0answers
77 views

Change color of pixels of GIF image using imagesetpixel & imagecolorallocatealpha - PHP GD

I am trying to reduce "Red" from 40x40 gif image which may be transparent in some regions. Code I am using: $im = imagecreatefromgif("a.gif"); for($i=0; $i<40; $i++) { for($j=0; $j<40; ...
0
votes
1answer
115 views

PHP-GD make line height compatible across all fonts on text wrap

Ok, so am working on a simple generator using jquery. A user enters a text of his/her choice, selects a font, font-color and font-size. All this properties are displayed on a separate div in real-time ...
1
vote
2answers
67 views

Resize an image without reading it again from disk?

I need to resize an image based on it's longest side, e.g. longest side - which can be width or height - should be only 100 pixels long. Currently I am using this method: private Image ...
1
vote
1answer
45 views

Jumbling up an image

So I want to be able to jumble up an image so as to distort the original image. What I mean is this. Load an image, loop through the image and take 32x32 blocks and store each individual block in an ...
7
votes
1answer
238 views

Procedurally generating a texture

I'm trying to figure out a script that will generate a texture (which can then be multiplied by a grayscale image to "apply" it). So far my method involves seeding the RNG, then randomly generating a ...
0
votes
3answers
263 views

cannot import tif file into matlab

i am trying to import a .tif image into matlab with the following code >> aa = imread('house.tif'); i get the error Error using rtifc TIFF library error: '_TIFFVSetField: ...
0
votes
1answer
53 views

How can I append a relatively sized label to an image?

I have a large number of images with different sizes, ranging from 16x16 to 512x512. I want to append a black label to each of these images saying "Demo Version". Since the images comes in widely ...
1
vote
3answers
172 views

What is the theory behind the Light Glow effect of “After Effects”?

What is the theory behind the Light Glow effect of "After Effects"? I wanna use GLSL to make it happen. But if I at least get closer to the theory behind it, I could replicate it.
0
votes
1answer
137 views

Bufferedimage into circle shape

I have a buffered image from byte array. How do I make the image into a circle? Crop? I don't want a circle, I want the orginal image to become circle shape and display def bufferedImage = ...
0
votes
0answers
79 views

Android image manipulations: pictures juxtaposing and adding

Hi and first of all thanks for your support. I am starting off working with pictures in Android, I need to be able to modify pictures by adding/juxtaposing other smaller pictures onto another ...
0
votes
2answers
139 views

How to find pixels per inch (PPI) using ImageMagick

I can get PPI for a JPEG image using the following command: $ identify -format "%w x %h %x x %y" mypic.jpg 1600 x 1200 72 PixelsPerInch x 72 PixelsPerInch However, when I run the same command on ...
0
votes
0answers
182 views

Resize and Crop BitmapImage using viewport dimensions

Overview I have a bounding area which is of a certain dimension (ie; 500h by 700x) and am writing a function to crop a zoomed in image into a copy of itself, minus the overflow. I am able to get ...
0
votes
0answers
102 views

Which js library is to use for making face distortion application using html5?

I use iphone face fun and other online face distortion application based on flash. I want to make such app using pure html5. I have looked on pixastic library but it doesn't have any image distortion ...
0
votes
1answer
420 views

When copying a picture in Jython/Python, how to copy X pixels less with every row

I'm writing a code in Jython, that will copy part of one picture into an empty picture, but I want it to copy (let's say) 10 pixels less with each next row. I don't think I make sense, let me explain ...
0
votes
2answers
138 views

Increase contrast of image using ImageJ library (Java)

I am trying to increase the contrast of an image by some factor x So far I am able to read in an image, and get its processor like this ImagePlus im = new ImagePlus(imagePathHere); ImageProcessor ip ...
1
vote
1answer
130 views

Copying a triangular area from one picture to another in Python

I am trying to write a python function that will copy a triangular area from anywhere on a picture to a new blank picture. I can copy a rectangular area from a picture to a new empty picture, but I ...
0
votes
0answers
43 views

Is there a way to split an image of pennies into separate images? [closed]

I have an image of a bunch of pennies on a contrasting color (wood). I would like to split that into a group of images for each individual penny. On top of that I would like to calculate the average ...
2
votes
1answer
335 views

Client-side conversion of rgb-jpg to 8-bit-jpg using Canvas+HTML5

Many articles shows ways of converting jpeg files to grayscale using canvas+html5 at the client-side. But what I need is to convert an image to 8bit grayscale to reduce its size before uploading to my ...
2
votes
3answers
63 views

Is there a way to convert string length as derived from something like strlen() into pixel length in PHP?

For example: <?php $string = 'Foo bar'; $length = strlen($string); echo '<div style="width: '.$length.'px;">'.$string.'</div>'; The above obviously does not work, as $length is 7 ...
0
votes
1answer
150 views

Using Imagemagick, how do I crop out the white background?

Let's say I have a directory full of flags (200 or so). Each flag has this border... 12px up and down and 1px left and rigtht.... like so: How can I use imagemagick to like... crop every single ...
0
votes
0answers
48 views

Problem with tiff image viewer

I have developed a VB6 application, a image viewer based on Black Ice Development toolkit. It is also used to render text on the tiff file. Sometimes, some pages in the multipage tiff document shows ...
2
votes
2answers
514 views

Windows Phone 8, how to convert an image to .png?

For Windows Phone 8 (and I'm assuming it will be similar for Windows 8), how does one convert any image they get to .png? For example, I get a .jpeg or .gif and I convert it to .png. Would also be ...
2
votes
1answer
78 views

Canvas - flip half the image

I have some image data in canvas, and now I need to take the left half of the image, flip it and apply it to the right, like a mirror effect. Example, from this: To this: I got this far (I ...

1 2 3 4 5 21