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
1 answer

Python PIL circle crop image from corner

I have an existing PNG image that I want to crop to a circle, but I want the circle centered at the top left corner of the image. Then, the cropped image needs to be posted onto another image I've generated. I've tried doing this with putalpha,…
0
votes
1 answer

For loop for image editing: use output image from the loop as input for the next iteration

I'm trying to create a series of black and white images of visual noise, in which each image is identical to the previous one except for a proportion of random pixels which have swapped colours (black pixels turn white, and white pixels turn…
alim
  • 1
  • 2
0
votes
0 answers

What could be causing my Elementor editing interface to only show text instead of images on my new template?

I have installed a new template on my website, and it seems to be displaying correctly. However, I am facing a problem when trying to edit it with Elementor. The editing interface is not fully displayed, showing only the text. I am trying to edit a…
Sindim
  • 1
0
votes
1 answer

How can i remove existing CIFilter from an image in iOS?

// MARK: - Remove filter from image func removeFilterFromImage(image: UIImage) -> UIImage { // Convert UIImage to CIImage guard let ciInput = CIImage(image: image) else { return image } // Create a neutral filter (e.g., identity…
Rehan Ali Khan
  • 527
  • 10
  • 23
0
votes
0 answers

crop image in react-native in background

I am using react-native-vision-camer to took picture of some text, and later I provide it (uri to cached image) to @react-native-ml-kit/text-recognition (OCR lib for text-recognition). It occurs that I only need central part of image (like 30% of…
0
votes
1 answer

edit background layer in png

I have an image here a guy http://andybriggs.com/img/streetguy.png. I'm not good at image editing so I don't know if I'm explaining this right. The image is a rectangle and is one layer when opened in gimp. I want to change the white background to…
Andrew Briggs
  • 1,329
  • 12
  • 26
0
votes
0 answers

Reducing the pixels-per-inch (PPI) of an image results in same file size

Summary I'm attempting to use ImageMagick to produce copies of an image with a range different pixel densities to increase the user-experience of my front-end projects. Problem After running the script, the respective PPI is successfully converted…
0
votes
1 answer

Fabric.js IText interaction issue, moving but not editing

Trying to add IText component to the canvas that will be editable, resizable, rotatable etc. It can be moved after adding, but cant be interacted in other way no matter what i do fabric version - 5.3.0 vue.js + TS + Vite here is my useCanvas…
0
votes
1 answer

Importing crop_your_image package in a particular flutter project results in an error

I am not good at English, so I used a translator and a dictionary. Please understand if there is an awkward sentence, and if you don't understand what I'm saying, please let me know. For certain flutter projects, importing the crop_your_image…
0
votes
0 answers

How do I get started automating my workflow for enhancing and editing photos using Remini web app and photoshop?

I have hundreds of photos from the 70s-90s that I need to edit. I've left it for years because it is so labor intensive. I want to get it done. I have limited experience with DIY artificial pancreas systems as well as home automation systems like…
0
votes
0 answers

How to crop bitmap and save with original clarity of image?

When I crop a bitmap from an image, the clarity of the cropped bitmap is reduced. How to bring the original clarity of the bitmap when cropping. temp = temporary bitmap image, varas.ptval = orignal image. This is the result: my code: Bitmap…
0
votes
0 answers

Best method to draw image on top of another image

I am working on SwiftUI app where I have to draw a transparent image over another image, then overlay it with a text. currently i am achieving this with UIGraphicsBeginImageContextWithOptions but it's taking more time as i have an array of nearly…
0
votes
2 answers

How to resize an image keeping the thickness of its border?

I'm making a GUI toolkit for the Python Arcade library, but I am stuck on a problem. I want the user to be able to customize sizes for the GUI widgets and graphics in pixels (width, height). But currently, the graphics are images. I have the images,…
Ethan Chan
  • 153
  • 11
0
votes
0 answers

Paint function in p5.js is not retaining pixel changes on canvas

I am trying to create an image editing tool using p5.js. I have created a paint function using which user can fill selected color inside the shape. The shapes are drawn using a separate line drawing functionality and when we click on the shape, it…
le0_
  • 1
0
votes
1 answer

How to darken/lower background image highlights with css?

I have a few images similar to this one: As you can see, there is a large difference between the shadows and highlights in the image. Most of the image is ok to put white text over, but sometimes my text goes over a bright spot, making it…
Finn E
  • 309
  • 2
  • 12