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

157 questions
56
votes
4 answers

Crop a Bitmap image

How can i crop a bitmap image? this is my question i have tried some concepts using intents but still fail.. I am having a bitmap image which i want to crop!! here is the code : Intent intent = new Intent("com.android.camera.action.CROP"); …
user2134412
29
votes
8 answers

Putting some indicator around the image in image move/resize/rotate operations

I would like to Scale, Move, Resize Image. I would like to surround the image with Indicators which guide user what operation these indicators perform i.e. Moving, Rotating, Scaling. I've tried Scaling - but it only crops down. No chance to…
Vikalp Patel
  • 10,082
  • 6
  • 55
  • 92
19
votes
5 answers

How to handle stickers with resize and rotate functionality?

I am currently developing an application which will allow user to add stickers (hat, hairs, spectacles etc) on image. User can resize that sticker or can rotate that and move also. See image. I have stickers, but how can I put them on original…
Chintan Rathod
  • 24,674
  • 13
  • 76
  • 92
17
votes
1 answer

Easily create an animated glow

I created this image: Using photoshop, but I had to make around 50 layers manually, and then create a gif out of it. Is there any easier way to automatically create an animated glow similar to this?
user5030225
12
votes
3 answers

Java padding image

I am working on creating an online image editing tool.Looking for some refernce how can I add an image with white space on right side.For example see this image
Pit Digger
  • 8,992
  • 23
  • 70
  • 120
11
votes
1 answer

Visual Studio 2015 Icon Editor

I started using Visual Studio 2015 since a couple of months and just noticed that the Icon Editor is missing!!! In previous versions' of Visual Studio I always used the Image Editor for editing icons, but in 2015 I can't find it and, if I double…
Formentz
  • 743
  • 10
  • 17
11
votes
4 answers

How to apply different image effects (filters) on bitmap like sepia, black and white, blur, etc.?

I am not having any idea of how to apply different effect on Image, I have seen the EffectFactory class and Effect class in effect class there is one method apply but I am not sure what to pass in inputTexId and optputTexId, and from where I get…
Nixit Patel
  • 4,285
  • 5
  • 26
  • 54
9
votes
2 answers

Warp Image area on touch of a point area?

I need a basic idea for how can i warp image on touch of a particular area. Image filters apply warp on whole image but i want to warp single point, like if i want to warp eye of a person then i will touch on that point. So I need a basic idea about…
Joy Hard
  • 199
  • 4
  • 21
9
votes
4 answers

Algorithm for determining the size of air bubbles from image

I'm looking for a good way to isolate an air bubble from the following image. I'm using Visual Studio 2015 and C#. I've heard of the watershed method and believe it may be a good solution. I tried implementing the code solution found here: watershed…
Toster
  • 311
  • 3
  • 16
8
votes
1 answer

getbbox method from python image library (PIL) not working

I want to crop an image to its smaller size, by cutting the white areas on the borders. I tried the solution suggested in this forum Crop a PNG image to its minimum size but the getbbox() method of pil is returning a bounding box of the same size of…
8
votes
4 answers

Android Image Processing Library

I am working on small android app and i want to do an effect on images i.e. sketch, monochrome, sepia, charcoal, oil paint,negate, Flip, flop, emboss etc effect on image and also change the hue, saturation, brightness, contrast,sharpness of…
Raj21
  • 125
  • 2
  • 2
  • 7
7
votes
1 answer

Put Text on Image from database while editing image in Canvas

I have a question and i am confused what strategy i should choose to solve this. Here is the description. I have a gallery which is managed on user authentication. Next I have basically a simple form which saves quotes into database. Selecting an…
Muhammad Raheel
  • 19,442
  • 6
  • 62
  • 98
6
votes
1 answer

Visual Studio 2015 Community: PNG Editor Error - "Exception from HRESULT: 0x80020101"

My Visual Studio has been encountering an error for quite a while now. Every time I try to edit a PNG image file in Visual Studio, when I click on most buttons, an error message pops up. Exception from HRESULT: 0x80020101 A list of the buttons…
6
votes
1 answer

Is There Any Image Editing SDK Currently Available for Android

I have been looking for an image editing SDK for Android, something that includes an option for custom stickers. A good example would be the Adobe Creative SDK (previously the Aviary SDK), though the current build only supports customizing which…
Bryan
  • 13,244
  • 9
  • 62
  • 114
6
votes
6 answers

Simulate a spray

How can i simulate a spray like windows paint ? i think it create points random , what is your opinion?
Hesam Qodsi
  • 1,509
  • 3
  • 25
  • 37
1
2 3
10 11