Questions tagged [image-editing]

Anything related to image editing

Questions related to image editing like modifying, resizing, brightness and color adjustment, white balance, backlight correction, adding text, cropping, filters

173 questions
0
votes
0 answers

Add Frames to images in HTML5

I am new to HTML5 . I want to create one application where i can add borders / frames to images in gallery or new pictures taken from device camera and save the image with borders . User Should be able to select the frames from available list and…
user3592479
  • 695
  • 3
  • 13
  • 26
0
votes
0 answers

java opencv - remove background from image

I am very new to Opencv and have spent hours and hours to find a solution for my issue but I have not been able to resolve it. I have a image basically a X-ray that shows the screw/ nut/ or any external object installed in person's body. I want to…
rav
  • 11
  • 3
0
votes
2 answers

insert an image to given a Image in android

I am trying to insert an image to static image (soemthing like an Image inside a frame). I could get it to an extent, but couldn't put it properly in the given image. Orange border is the frame and placeholder that needs to be inserted dynamically…
TheDevMan
  • 5,914
  • 12
  • 74
  • 144
0
votes
2 answers

How to let a user draw a line using a canvas in WPF

I am trying to make a simple image editor where users can load an image and draw arrows, text, and rectangles on it. Right now I have a window with some buttons and a viewbox with a canvas and an image inside it. Basically a user would click the…
Adam
  • 1,483
  • 4
  • 21
  • 50
0
votes
1 answer

Merging image with two different image

It is basically those photo editing apps where you can actually edit the image with another small icon or photo. I want to be able to take a image (either from the gallery or straight from the camera) and edit it with another image that the user…
thhVictor
  • 338
  • 6
  • 25
0
votes
1 answer

remove pencil on uneven background

I have this picture: http://fc07.deviantart.net/fs16/i/2007/124/a/f/Hand_and_Nib_Pen_Stock_2_by_austringer.jpg and would like to remove the pencil lines on the top of the paper with Gimp 2.8.4. how do I best go about this? I only have the jpg i.e.…
stdcerr
  • 13,725
  • 25
  • 71
  • 128
0
votes
1 answer

Basic image editor (open file, crop, save to new file) in a Java Tapestry web application

I am researching the best way to implement a basic online image editor for a Java Tapestry web application. The functions I am looking for are: 1) Open a user-supplied file 2) Offer an editing window with functionality to crop the image, or add…
Ila
  • 3,528
  • 8
  • 48
  • 76
0
votes
2 answers

Overlaying a transparent bitmap over an imageview

I'm making an image editing app where the user can touch the screen and place a "sticker" over their photo. My stickers all have green backgrounds (0, 255, 0) that I'd like to make transparent. However, the pixels don't come out as transparent, but…
0
votes
1 answer

Accessing the tools like gimp(installed at server) from client

I want to create an web application through which i have to access tools like Gimp for my image processing. Is it possible to manage my need with client-server (Gimp at server) approach? I am not restricting with the Gimp,however i prefer any…
2vision2
  • 4,933
  • 16
  • 83
  • 164
0
votes
1 answer

Greyish Image In Image Sharpening Using Laplacian Filter

I am new at Image Processing. Now, I am studying on Laplacian Sharpening Methods. But there is a thing that I could not understand. I hope you can help me. As you all know, sharpened images occur when we add laplacian filtered image to original…
0
votes
1 answer

Image editing on webpage with javascript

I'm building a website in which I want the user to be able to edit an uploaded image - not the Photoshop style of complicated editing (filtering, corrections etc.), but only "simple" things, like adding some text on the picture (a text-box), or some…
Dan
  • 21,377
  • 5
  • 18
  • 16
0
votes
2 answers

How to maintain text clarity of image while zooming?

I am developing an app for a magazine and simultaneously I am creating images for those magazines using photo shop. But, when I zoom these images, the text quality is getting loosed. I have referred to other iPad magazines like India Today. In…
Bharath
  • 3,001
  • 6
  • 32
  • 65
0
votes
2 answers

Can I edit the thumbnail image inside JFIF files?

Can I edit the thumbnail image inside JPG/JFIF files? If this is possible--how so (using what utility)? The end result needs to be that the thumbnail image "can" be a wholly different image than the jpeg. Thank you much, Michael
-1
votes
2 answers

How to retrieve the images from a directory in iPhone?

I am facing one problem. I have a directory named as Album under my Supporting Files group. In this directory I have some images. In my image editing app I want to save my edited images in my album directory. I tried to save the image in my album…
Naveen Chauhan
  • 2,026
  • 8
  • 33
  • 40
-1
votes
2 answers

Python: rotate image without depending on pillow library?

First of all, I am at a complete beginner level of python, with just under a month of experience. I am writing a simple program as part of a project whereby my two primary objectives are create a function from scratch that flips and rotates an…
1 2 3
11
12