Skip to main content
Filter by
Sorted by
Tagged with
Advice
0 votes
0 replies
34 views

i have a project for a museum where i need to develop a generative AI program to interpret visitors' words and transform their stories into stylized digital drawings. The visitor push on a buton then ...
Polored's user avatar
Advice
0 votes
0 replies
18 views

In my dataset for an SSRS report, I have a column that is comprised of a path and a file name of an image, dynamically created by each user's user id, as that's how the images for their pics are ...
missscripty's user avatar
Advice
1 vote
4 replies
116 views

I have a TImage bitmap on a form, and a TPaintBox with the same dimensions. The user draws some polylines on the paintbox canvas. Using paintbox means they can "erase" a line if needed and ...
ChrisH's user avatar
  • 139
0 votes
1 answer
125 views

I have some PNG images where all pixels are pure white with opacities ranging from 0% to 100% which are being added to web pages in <img> tags, and I want to recolor the opaque and semi-...
Lawton's user avatar
  • 263
0 votes
0 answers
56 views

I have a pagination for grid where selected image not correctly showing this is servicecall: @Published var isLoadingPage = false func getPhotosAlbumDetails(ID: String, resetPage: Bool, showHud: Bool ...
Swift's user avatar
  • 1,180
Best practices
1 vote
3 replies
135 views

rainbow diffraction patternI have this image that i try to process and want to keep only the visible rainbows and have the background black instead of this grayish color. Is it possible? What I tried ...
wosker4yan's user avatar
Tooling
0 votes
1 replies
51 views

I’m working on a React project using Vite as the build tool. I’d like to automatically compress PNG and JPEG images when building for production, without changing the image import paths (so that ...
wxh_OSM's user avatar
  • 34
0 votes
1 answer
101 views

Im trying to generate images with stb but the images generated tend to have vertical lines. The code to generate the image data is with this function. u64* pixels = (u64 *) malloc(sizeof (u64) * ...
user140202's user avatar
1 vote
1 answer
69 views

I am getting a warning about a preload link for a background image on WordPress most likely caused by a previously installed theme or by a current Elementor theme kit. The warning states that this ...
MWMoriarty's user avatar
  • 1,001
0 votes
0 answers
34 views

new to Flutter so may be missing something that others find 'obvious'. If so - apologies. I have just started learning Dart/Flutter on Udemy. I've come across a head-scratcher: When I run one lot of ...
Bregelad's user avatar
0 votes
0 answers
37 views

In my current project, I have to render SVG images from the URLs in the list view. I did it using FlatList and react-native-svg, but I am facing a performance issue. When it renders on display, it ...
Jatin Bhuva's user avatar
  • 1,936
0 votes
1 answer
195 views

I have posted a question on which of two approaches is more efficient for converting an OpenCV mat object to a JavaFXML Image so it can be displayed later in the application. Most of the comments ...
Starnec's user avatar
  • 799
1 vote
1 answer
157 views

Here is the code: <picture> <source srcset="https://www.shop-naturpur.de/media/image/opc/xs/yogi-tea-aktion2.webp 182w, https://www.shop-naturpur.de/media/image/opc/...
Andriy Lesyuk's user avatar
1 vote
1 answer
120 views

I'm using this function to add text with shadow on a picture: function addWatermark($image, $text){ // Schriftdatei (TrueType Font) $fontPath = __DIR__ . "/NotoSansSymbols-Regular.ttf&...
TheGreatCornholio's user avatar
3 votes
1 answer
68 views

I am coding a minimal personal site and ran into an issue with a CSS "border-image" effect only animating on Firefox and Safari. On Chrome/Edge/other Chromium browsers, only the 4 edges will ...
Ratical's user avatar
  • 33
-1 votes
1 answer
73 views

I have Airflow running on Kubernetes. So, as you know, every task is spun up as it's own pod by the KubernetesExecutor. I have tried to override the individual container images with slim python images,...
Q170's user avatar
  • 1
0 votes
1 answer
51 views

Using camerax I have taken a screenshot of a image...success.... I then load the image into an imageView...success.... I now want to crop the image in the image view by using .... imageView....
uberphoebe's user avatar
0 votes
0 answers
66 views

My images were loading slow when using expo-image so I tried using image prefetch which works correctly on android but asset loading is still slow on ios. Has anyone experienced this or has any ...
Kartic Joshi's user avatar
1 vote
1 answer
104 views

I tried to add a picture to my HTML page, but the image was always way too large. I didn’t want to set the width and height in pixels, because then it doesn’t scale properly when the browser isn’t in ...
Nils Schüpbach's user avatar
2 votes
0 answers
158 views

Adding images to the editor stopped working, the following error is displayed: "react-native": "0.78.0", "react-native-cn-quill": "^0.7.20" android: ...
Dmitry's user avatar
  • 307
0 votes
1 answer
42 views

I don't know what I am doing wrong with this path in data.js. It worked in another project, but doesn't in this one with image: require('../../assets/images/icon.png'); This is the folder structure ...
Susy's user avatar
  • 9
0 votes
0 answers
142 views

I'm using the standard Glide library to load and display images in my Android app. After switching my image domain's SSL certificate to “Sectigo Public Server Authentication CA DV R36”, image loading ...
BarathKumar Loyltwo3ks's user avatar
1 vote
0 answers
72 views

i have a very simple image Image( imageVector = vectorResource(Res.drawable.swords), contentDescription = null, modifier = Modifier.width(82.dp) .clip(shape = ...
Nogi's user avatar
  • 154
0 votes
2 answers
67 views

I'm trying to find a way to make overlapping images with different positions and sizes responsive with Bootstrap. This is the bootstrap code I have: <div class="d-flex justify-content-center&...
MaurizioMon's user avatar
-1 votes
1 answer
101 views

I'm using a CMS that uses Cloudfront to serve images. I want to bypass this CDN by downloading and optimizing the images at build time like Astro's Image component and next/image do. From the CMS, I ...
Orville's user avatar
  • 34

1
2 3 4 5
2272