image-editing Questions

6

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 =...
Hedberg asked 3/4, 2013 at 13:43

1

Solved

I want to blur a rectangle (with rounded corners) in an image using python pillow. I already found a way to blur only a certain part of a picture. img = Image.open('assets/images/image.png') x, y ...
Titfer asked 20/5, 2018 at 8:29

5

Solved

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....
Nero asked 18/3, 2013 at 11:33

2

Solved

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 wi...
Crawford asked 19/7, 2017 at 6:21

1

Solved

How can you make it in Python? I faced a problem with this line img_rgb.Set(mask,cv2.Scalar(0,0,255)) and here is the code : import numpy as np import imutils import cv2 img_rgb = cv2.imread('fi...
Oligarch asked 20/8, 2016 at 19:56

4

Solved

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 trie...
Terra asked 22/5, 2016 at 13:14

1

Solved

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), th...
Haversack asked 22/9, 2015 at 15:13

4

Solved

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 ...
Zounds asked 30/4, 2013 at 4:26

1

Solved

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 ico...
Phototransistor asked 2/3, 2016 at 15:56

1

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 ...
Bifocal asked 26/1, 2016 at 19:49

1

Solved

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...
Unstressed asked 8/1, 2016 at 4:16

1

Solved

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 th...
Despiteful asked 15/1, 2016 at 22:52

8

Solved

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 ...
Forspent asked 10/2, 2013 at 16:46

3

Solved

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
Ares asked 29/4, 2011 at 18:58

1

Solved

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 c...
Deemster asked 25/4, 2013 at 8:8

1

Solved

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...

2

Solved

I have two images in opencv: Image A and Image B. Image A is output frame from camera. Image B is alpha transparent image obtained by masking one image. Before masking Image B it is warped with c...
Purplish asked 16/11, 2011 at 6:42

6

Solved

How can i simulate a spray like windows paint ? i think it create points random , what is your opinion?
Extortion asked 25/5, 2010 at 16:54

3

Solved

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...
Muss asked 7/12, 2009 at 15:38
1

© 2022 - 2024 — McMap. All rights reserved.