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
1
vote
0 answers

Rotate and Tilt image horizontally and vertically using seekbar progress value

I am using UCROP library and able to rotate the image but not able to get code for tilt image horizontally and vertically, for tilt I used rotationY and rotationX on image but white spaces appears in container. enter image description here
sumit sonawane
  • 1,525
  • 1
  • 9
  • 15
1
vote
0 answers

Picture editor in HTML/CSS/JS

I am trying to make a website code with HTML, CSS, and JavaScript which will allow someone to upload an image and: crop the picture to fit a face within a circle (just like a profile picture) add text to the picture around the edge and print out…
System_Lag
  • 11
  • 3
1
vote
1 answer

How to batch add logos to different images

i have almost 5k different logos and also have 5k different images, i want to add them up, is there any tool or way to do this. I have seen tool which add one logo to all images, but it don't work with my scenario, i need a tool or way which allow…
1
vote
0 answers

How to store coordinates for a polygon drawn on image in mysql

I have a web based image editor, In image editor, there is a feature to draw freely on image. User can draw anything he wants. I want to store the coordinates of the polygon drawn on an image into mysql db. For one image there will be thousands of…
Amir Saleem
  • 2,912
  • 3
  • 21
  • 35
1
vote
3 answers

Aviary SDK for Image Editing issue with setNavigationIcon of toolbar

Toolbar toolbar = (Toolbar) getView().findViewById((R.id.app_bar)); ((BaseActivity) getActivity()).setSupportActionBar(toolbar); ((BaseActivity) getActivity()).getSupportActionBar().setDisplayShowTitleEnabled(false); …
Ashish John
  • 1,867
  • 2
  • 23
  • 38
1
vote
2 answers

How to make simple image to animated image like GIF?

I wont to make simple image to Animated image like GIF.I can select the image for gallery and store in image file.But, How i can modify image file to animated image or GIF File .
1
vote
0 answers

How to conform text to a surface using a displacement map in Python?

I am working on a project where I need to programmatically add a text to an image such that the text conforms to the surface so that it looks much more real-life. Here is an example of what I am talking…
Moon
  • 33,439
  • 20
  • 81
  • 132
1
vote
1 answer

Is there a way to use adobe creative sdk [i want to use only adobe labs magic selection tool] without login?

I'm using adobe labs magic selection tool, but it asks the user for adobe sign in. Is there any way to not make the user login, but still use the magic selection tool? I heard about this, but couldn't implement. See this link
Thejus
  • 169
  • 12
1
vote
1 answer

Increasing the quality of the edited image in adobe creative SDK

I have this code to launch the adobe creative SDK image editor. Uri imageUri = Uri.parse(path); Intent imageEditorIntent = new AdobeImageIntent.Builder(this) .setData(imageUri) .build(); …
Adrian
  • 1,677
  • 2
  • 12
  • 12
1
vote
2 answers

how to create a custom filter by passing a color code in fabric js

I am trying to create a custom filter it should like accepting color code. Here is my code. It is working fine. fabric.Image.fromURL('pug.jpg', function(img) { img.filters.push( new fabric.Image.filters.Sepia(), new…
gambler
  • 67
  • 2
  • 7
1
vote
1 answer

Android: Add text to a bitmap

Is there a way to add text to a bitmap with rotation and text customization, and them save the bitmap with text to the device storage. Also can this be applied to adding images to an image?
EnderNicky
  • 323
  • 4
  • 14
1
vote
0 answers

Adobe Creative SDK API Key Error

I have configured adobe image SDK in my IOS APP and i have also pass API KEY and Secret Key but while i call edit image am getting Invalid API or Secret Key error here is my code how am passing API KEY and Secret Key Error: Invalid API Key and…
Saqib
  • 21
  • 2
1
vote
2 answers

How to Join images of different size - adding Footer Image to all images (BULK)

I have more than 8000 images of different dimensions. I want my footer image to adjust its width according to each image size and join the image at the bottom. I am a basic person and will not be able to program it myself. Is there any software that…
1
vote
0 answers

Picmonkey API example edit and save image in place of original image

I am using Picmonkey API for editing image, its working fine means I am able to upload specific image from my server, edit it and save. But I am not getting modified image in place of original image. I am using following code:
1
vote
1 answer

How select an area in QQuickPaintedItem

I want to build a selection tool for my qml image editor. For this, I'm looking for an similar function like setSelectedArea in a QGraphicsScene. Has someone a solution for this? Greetings Edit: Maybe I can write a Plugin for my selection tool…
501 - not implemented
  • 2,638
  • 4
  • 39
  • 74