Skip to main content

Questions tagged [image-loading]

The tag has no usage guidance.

image-loading
1 vote
0 answers
8 views

How to add a thumbnail to a Shopify slider section

I'm working on a Shopify store where we use several GIF images to showcase product features. However, I've noticed that GIFs can take a while to load, especially on slower connections, which impacts ...
Bra11y's user avatar
  • 11
0 votes
0 answers
34 views

Different prediction based on way of loading image

So I have a mask classification task to predict if person is wearing a mask or not and it was trained using this way of image loading def preprocess_image(image_path, label): print('Preprocessing ...
ahmed mahmoud's user avatar
0 votes
0 answers
116 views

MAUI - MediaPicker PickPhotoAsync always give "System.ObjectDisposedException: 'Cannot access a closed Stream.'"

Net 8.0 + MS Toolkit, MVVM, VS 2022, android emulator 11 API 30 I've a listview based on a ObservableCollection of class public partial class ADVImage : BaseModel //<= extends ObservableObject { ...
Denis De Pauli 's user avatar
1 vote
0 answers
56 views

Image not loading in React component but works in vanilla JavaScript version

I'm facing an issue where an image fails to load within a React component, although it works perfectly fine in a vanilla JavaScript version of the same functionality. I'm seeking assistance in ...
Kuldeep Sonara's user avatar
0 votes
0 answers
40 views

Handling Image Loading Issues with High Dimensions in next js

I'm encountering an issue with image loading in my Next application. The problem arises when some images, especially those with high dimensions, do not seem to be uploaded completely. As a result, I'm ...
Farhan's user avatar
  • 25
0 votes
0 answers
29 views

Display image<img src=""> from the database path to PHP webpage

I would like to display/load image from the database, my image path is stored in database. My project file is in different drive (d:) and my images are in share drive (Z:). Currently I am working on ...
padha's user avatar
  • 11
0 votes
0 answers
50 views

how to image load and save it by C

Firstly, i'm not good at English. So please understand it. #include <stdio.h> #include <windows.h> #define xsize 570 // x사이즈 #define ysize 456 // y사이즈 #define INPUTFILENAME "...
hojun's user avatar
  • 9
0 votes
1 answer
35 views

How to check at runtime if an imageview came from a local or remote resource?

If I'm running as a third party library within an android application, and I want to check whether the imageviews on screen were loaded from locally bundled resources or were loaded from a remote uri -...
Jon's user avatar
  • 8,011
0 votes
2 answers
40 views

image not loading on web browser

I am getting the following error while running react app: Failed to compile. Module not found: Error: Can't resolve ' ../asset/intro.jpg' in 'C:\my-app\src\components' ERROR in ./src/components/...
insha jane's user avatar
-1 votes
1 answer
40 views

In my php project the images from my sql data base aren't loaded correctly

I have created an data base in my sql and decided to add some picture but the problem is that the picture that should be loaded currently returns an empty string. So where the correct image should ...
Taminator's user avatar
1 vote
0 answers
154 views

Image is partially cropped sometimes when loaded in JetpackCompose LazyColumn item

I am building an image loading library for Jetpack Compose. I know about Coil, and it does not meet my needs. I've build an AsyncMedia composable (Coil's AsyncImage was an inspiration here). When it ...
daxh's user avatar
  • 571
0 votes
1 answer
102 views

Jar file not finding image but in Idea does

I'm trying to load an image in Java using Jaylib, it works in Intellij but not does as a Jar. Method for Resource Locations: @Nullable public String getPath() { try { return ...
Command17's user avatar
2 votes
0 answers
161 views

React - Loading images in conditional rendering - performance issue

I have a React application in which after clicking on the buttons I change the categories and each category has its own layout with text and images. The problem is that I conditionally render this ...
Martin Wsc's user avatar
0 votes
1 answer
232 views

How to stop loading an image in Glide if it takes a long time to load?

It is critical for me that the picture is loaded for a certain time, if during this time it cannot be loaded, then I want to stop loading and move on to the next function. It seems that here it is ...
Funrab's user avatar
  • 83
-2 votes
1 answer
1k views

Saved HTML files are not loading images

Between 2006 - 20012, Using IE6 & IE7 I used to Save webpages onto my local computer. I used to save it as webpage complete, which used to save the HTML file and all other images in a separate ...
Jerome's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
26