Skip to main content

Questions tagged [image-editing]

Anything related to image editing

image-editing
0 votes
1 answer
33 views

Filerobot Image Editor tools not working with boostrap nav and tabs or modals

Documentation: https://github.com/scaleflex/filerobot-image-editor Filerobot Image editor is working in my project, but when I try to only render when I click on a tab, the cropping works but the ...
Alex Ayala Palacin's user avatar
-2 votes
5 answers
150 views

To tint image using red, green and other colors, and keep color balance

I need to create red, green and purple (and, if possible, yellow) versions of the following image: Original image is here: https://github.com/jsx97/test/blob/main/folder.png For this, I use magick ...
user avatar
0 votes
1 answer
74 views

Visual Studio Image Editor tools are disabled

I've got a custom cursor file (32x32) in my project that I'm trying to edit in Visual Studio. But when I load it, all of the tools in the image toolbar are disabled. The only buttons enabled on the ...
Joe's user avatar
  • 6,293
0 votes
1 answer
91 views

Python, OpenCV - drawContours of overlapping regions, some pixels are excluded?

I am experimenting with cv2.drawContours. I tried this: import cv2 import numpy as np def fix_format(cts): return [np.asarray(np.round(ct), np.int32)[:, :, np.newaxis] for ct in cts] # these ...
Carlo's user avatar
  • 1,520
0 votes
0 answers
70 views

Detecting first inner black circle and making a contour: openCV and Python

I want to detect the first inner black circle from the white solid using OpenCV and Python. I have tried thresholding but it is not working properly. imporrt cv2 guass_kernal = 5 eroded_kernal = (3, ...
Muhammad Zeeshan Babar's user avatar
2 votes
2 answers
144 views

Highlight the changes or areas of discrepancy between the two images

These are my images, I want to Convert the PDF documents (file_1.pdf and file_2.pdf) into images. Compare the images to detect any differences between them. Highlight the changes or areas of ...
Plutus's user avatar
  • 21
0 votes
0 answers
186 views

How do I view an image in Visual Studio 2022 when coding?

In Visual Studio 2019, image files in my solution opened in a image viewer when developing. Very useful when I am coding maths on CAD shapes, using a split window to show the image with dimension ...
Kevin's user avatar
  • 56
0 votes
0 answers
47 views

How to measure the width of white object inside the image

I have this image, with a white object: I cut the image and draw a vertical and horizontal line: and I would like to measure the width and height of white objetc in contact of the lines, vertical ...
Curious G.'s user avatar
0 votes
1 answer
151 views

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 ...
Thomas Smeman's user avatar
0 votes
1 answer
67 views

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 ...
alim's user avatar
  • 1
0 votes
1 answer
173 views

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 ...
Rehan Ali Khan's user avatar
1 vote
0 answers
307 views

How to Draw on an Image and save it in React Native Expo

In my expo app. I want the user to be able to edit an image with their finger by being able to draw on the image with a specific brush color. The UI is as shown in the photo, where the user selects a ...
shilleh's user avatar
  • 21
0 votes
0 answers
79 views

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 ...
Jeremiah S.'s user avatar
2 votes
1 answer
581 views

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....
mark woyshvillo's user avatar
0 votes
1 answer
258 views

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 ...
AdHoc's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
12