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
6
votes
3 answers

Photoshop-like, embeddable web based image editor?

Online Image Editor - Ajax or Flex / Flash? The above wasn't really the answer that I was looking for. I'm looking for an online image editor which I can embed into my pages, so users can edit images and submit them. I'm fine with it being Flash…
meder omuraliev
  • 183,342
  • 71
  • 393
  • 434
4
votes
2 answers

Editing a picture / inplace "moving" (a la Facebook profile picture editing)

How does facebook do inplace "moving" about of profile pictures? To see what I'm talking about, goto: http://www.facebook.com/editprofile.php?sk=picture --> Edit Thumbnail --> Notice that you can move the thumbnail picture about. They're calling it…
siliconpi
  • 8,105
  • 18
  • 69
  • 107
4
votes
0 answers

Creating a Magic Wand tool in a photo editing app? (just the same as photoshop app)

Is there any way to create the magic wand tool just like the one in the photoshop app with an easier approach to "chroma key" stuff? that's very complicated, I have searched a lot and got nothing that I could actually make it to work. Is there any…
user5695306
4
votes
1 answer

Is there any JavaFX Image editor?

I want to put a simple raster graphics editor into my JavaFX app. It seems that it can't be done using javafx.scene.image.Image because the graphics object is read-only. Can somebody point me how can I do this or maybe there are some classes that…
Chechulin
  • 2,426
  • 7
  • 28
  • 35
4
votes
3 answers

How to add custom frames to images programmatically

I want to create an app where i need to add frames to the images.i don't have any idea regrading this.i got one link where the frames are added to the images.could anybody help me. Here is the link @Thanks in Advance!!
user2134412
3
votes
1 answer

Trying to make 3 x 3 montage of 9 images using ImageMagick but getting error for command line command

I am trying to make a large montage of 9 images in a grid of 3x3 on my windows 10 laptop. Image size of all 9 images are same. I did a research on Internet and found how to do it either vertically or horizontally but not for a array of images or…
3
votes
0 answers

Is it possible to use the Markup tool on an image selected from UIImagePickerController?

Is there a way to markup images after taking a picture using a UIImagePickerController. I'd ideally like to use a Native solution but would also be willing to code it myself if anyone has an idea how to implement it. I've tried setting the picker to…
Tommy
  • 115
  • 1
  • 10
3
votes
1 answer

Image Filter which uses the highest occurence of pixel values

I want to use an image filter, which should replace the pixel it's dealing with with the highest occurence of the neighbors. For example if the pixel has the value 10, and the 8 neighbors have 9, 9, 9, 27, 27, 200, 200, 210, then it should pick 9,…
Mob
  • 409
  • 1
  • 5
  • 14
3
votes
0 answers

How to achieve smudge like image effect in Android

There is an app named Funny Face Effects on play store. I am trying to achieve the effect in which when a user moves the finger on image, pixels under the finger in certain radius shifts in that direction. It feels like moving a cloth with a finger…
Yash Kansagara
  • 147
  • 1
  • 5
3
votes
3 answers

how can i make image editor in react native?

i'm making a image editor application using react native. just adding function of and a shape like circle or square. _handleAddCircle() { let circle = { left: 20, top: 84 }; let circles = this.state.circles; …
kangtaku
  • 152
  • 2
  • 2
  • 11
3
votes
2 answers

Image pixelation library, non-square "pixel" shape

I've seen a few libraries that pixelate images, some of them even feature non-square shapes such as The Pixelator's circle and diamond shapes. I'm looking however to make a particular shape, I want a "pixel" that is 19x27 px. Essentially, the image…
Riveascore
  • 1,724
  • 4
  • 26
  • 46
3
votes
0 answers

iOS draw on a image (zoom a potion) and save

I want to create an application in iOS with image edit application with following concepts . When i click a position on image that relavent position should zoom and if i draw a circle on it and it will save to the exact position when closed zoom…
Mohanraj S K
  • 657
  • 4
  • 16
3
votes
1 answer

Are there any iOS/Android libraries available for in-app image annotation?

Are there any image editing libraries available that I can use to implement image annotation in my app. I need it for both Android and iOS. This is what I want to implement in my…
3
votes
2 answers

Add Frames or Borders to images in Android

I am new in Android Application development, I want to create one application where I can add borders or frames to the images in the gallery. I have searched through some blogs but I didn't get the answer. i want to create like this…
user2047120
2
votes
1 answer

Easy way to convert color range to another?

I would like to convert the purple color in this image: to blue such as: Is there an easy way to accomplish this? If not, is there an easy way to replicate the same effect? Thanks
Alede
  • 25
  • 3
1
2
3
11 12