Skip to main content
1 vote
0 answers
103 views

I'm fluent in R but a total beginner with deep learning. I'm trying to splice together two bits of code from the Chollet et al. Deep Learning with R book (2d ed), namely one for a CNN model for the ...
user29466667's user avatar
-1 votes
1 answer
95 views

I've got several images of characters from A-Z and 0-9 that have been generated with an artificial intelligence program and the problem is that all these characters don't have exactly the same hue ...
Dady's user avatar
  • 111
1 vote
1 answer
394 views

Slight Misalignment Issue on Stitching Images Together in Grid-Like Manner I am trying to create high res composite images of rugs, with all parts in focus. For this the best approach I figured out ...
Karan's user avatar
  • 49
1 vote
1 answer
303 views

I'd like to make certain images larger by adding a blurred frame (consisting of the image itself). Would like to do that using ImageMagick. Sort of like what https://pinetools.com/blurred-frame-images-...
alexs77's user avatar
  • 1,055
1 vote
1 answer
58 views

I'd searching for a way to remove a text (watermark) for image that are always the same text and in same position (diagonal). I´ve found some similar questions and in some suggests to fill holes in ...
Rasec Malkic's user avatar
0 votes
0 answers
127 views

So I would like to store images which are uploaded to an API. However there is a constraint that I don't store images above 1MB, but resize them in order to be lower than 1MB. I have a very basic ...
koviroli's user avatar
  • 1,451
0 votes
0 answers
106 views

I'm trying to distort an image using ImageMagick that will reproduce an effect in that was done in Photoshop. Trying various approaches but nothing quite matches the original very closely, which is ...
nemesis's user avatar
  • 1,351
1 vote
2 answers
599 views

To convert a landscape image to a square with blurred edges I'm using the following command: magick input.jpg -fuzz 15% -trim +repage \( -clone 0 -resize 100x`identify -format "%[fx:w/h*100]"...
raumkundschafter's user avatar
1 vote
1 answer
287 views

I liked this book design in iBooks and have been wondering can it be easily made with flutter? What i want : original i try this : Container( width: 150, height: 200, decoration: BoxDecoration(...
user14638169's user avatar
0 votes
0 answers
1k views

We are using .NET 7 web MVC application and SkiaSharp 2.88.5. We have LoadImage controller action which receives imageId and scaleFactor parameters and scales the image according to the scaling factor....
Aleks Vujic's user avatar
  • 2,360
1 vote
1 answer
656 views

I have this PDF that I'm converting to a UIImage and rendering in Image: https://static.avalanche.report/bulletins/2023-05-01/2023-04-30_15-00-00/EUREGIO_7aafd765-0541-4abf-92f0-efc18d6efbf7.pdf I ...
Fez Vrasta's user avatar
  • 15.1k
0 votes
1 answer
1k views

I'm trying to use Expo ImageManipulator to resize an image selected from device. The result I'm getting is a weird object like this, so it doesn't work: {"_h": 0, "_i": 0, "...
Emo's user avatar
  • 620
0 votes
1 answer
384 views

I want to replace specific colours with some patterns using ImageMagick. I have a simplified example of what I would like to do. Here I would like to replace the red colour with the pattern pattern:...
giac's user avatar
  • 4,317
0 votes
1 answer
157 views

I'm creating a photo gallery application using Next.JS, AWS S3, ImageKit and MongoDB. For a bit of context, I already had a photo-gallery app made, but it relied on an external express.js API that I ...
ElBeenMachine's user avatar
1 vote
0 answers
631 views

I am developing an Android application in Kotlin using Jetpack Compose, where users can upload an image, move it around (including zooming in by pinching with two fingers), and get the color of the ...
Rob_'s user avatar
  • 11

15 30 50 per page
1
2 3 4 5
100