Skip to main content

Questions tagged [image]

The image tag is for questions related to the loading, formatting, saving, compression, and display of images in the context of source code. This tag should also be used for assistance using various image libraries. Questions about specific image formats should include the tags for those formats. Include tags to mention if the question relates to format conversion, processing, etc.

0 votes
0 answers
11 views

How do I adjust the gap between the display cards so they are more together despite their size?

So I want to make it these displays more responsive with grid, so I add media queries to make them shorter but in turn their gap becomes much more bigger on the grid. <section class="console-...
ahsan waqar's user avatar
-4 votes
0 answers
12 views

Visual Studio code doesn't show a picture from different drive in live server even with specific code

I'm using visual Studio Code and using live Server to see what it looks like as I'm coding. Here's the dilemma I'm having. So from what I found on the net. This line should point to the specific image ...
Seweryn's user avatar
0 votes
0 answers
15 views

MongoDB SDK and NextJS Serverside rendering

all. I am using NextJS 14 and the app router. I have an image gallery. The Gallery page is server-rendered. const Gallery = async () => { const { images } = await getImages(); return ( ...
Zack Amin's user avatar
  • 526
1 vote
1 answer
26 views

How to display an image (picture) inside PHP using Docker bind mounts

I'm trying to upload an image using the img tag in PHP. I'm using Docker with bind mounts (read and write permission) for a non-root user for my upload folder in Docker. My image still isn't showing ...
donfontaine12's user avatar
-3 votes
0 answers
17 views

I am trying to look for a better practice and convenient method to make the grid images more responsive [closed]

I have been trying to replicate a website which I found from frontendpractice I am pretty unfamiliar with css grid and instead wanted to opt for flexbox for the console display boxes, but used grid ...
ahsan waqar's user avatar
0 votes
0 answers
41 views

How to identify the similarity(in %) between 2 "Black & White" only images / similarity between shapes ignoring colors?

I've searched all possible related keywords that I can think of, but the results are not really what I'm looking for, as most algorithm I found puts high concern on COLOR. The idea of my application ...
shiva prakash's user avatar
-1 votes
0 answers
10 views

Images stored in wwwroot/images are not shown [closed]

I'm new to ASP.NET MVC and C#. I have a project that shows images in wwwroot/images. I was able to get the images into the folder and in my computer works fine the image are displayed perfectly, but ...
Julian Castrillon's user avatar
0 votes
0 answers
12k views

Img-src doesnt resolve when url has more parameters after .../xxx.png/

My URL: https://static.wikia.nocookie.net/valorant/images/9/9c/Raze_icon.png/revision/latest?cb=20230523180834 When opening this link in my browser, I see a raw picture. When referencing it in my <...
silj6's user avatar
  • 1
1 vote
0 answers
32 views

Reading and grouping files from a directory in Zig

I have a folder of images that contains several thousand images in 3 different formats: png, jpg and webp. For instance: boat.png, boat.webp, plane.jpg, plane.png, plane.webp. I decided to learn Zig ...
FlipFloop's user avatar
  • 1,252
0 votes
0 answers
5 views

Milvus Collection Error with Duplicate Data When Inserted Once

I am working on an image similarity search project. I performed embedding insertion and created a collection through Milvus, but the retrieved results contain duplicate images and I have only inserted ...
Rashad Tockey's user avatar
0 votes
0 answers
15 views

When saving WebP using PIL in Python, the last pixel (bottom-right) becomes black

Problem: When saving a sequence of images as a lossless WebP animation using PIL, the last pixel (bottom-right) becomes black. from PIL import Image for png_file in png_files: image = Image.open(...
fabpub's user avatar
  • 51
0 votes
0 answers
18 views

How to take a square photo with flutter

I am using camera package, and I want to make a square preview of camera when I take the image that should also be square. Current code : return AspectRatio( aspectRatio: 1, child: ...
Amit Gupta's user avatar
-1 votes
0 answers
28 views

In Python(PIL, EXIF data info), What's the meaning this key? (59932 → 0xEA1C) [closed]

I'm using PIL. I'm checking for cases that exif data has been modified. (DateTime) So I use _getexif() method and get the EXIF datas. The original photo does not have this key (59932), but the ...
Hwng's user avatar
  • 1
0 votes
0 answers
6 views

Fixing a local markdown image reference in AstroJS?

I have this folder structure in my astroJS project, where I seperate each blog content by an YYYYMMDD name prefix pages blogs 20220505 index.md img/pikachu.png 20230401 ...
Vincent Tang's user avatar
  • 4,020
0 votes
0 answers
21 views

Get rgb value data from TileLayer onHover (openlayers)

Goal: visualize large .asc data (2d array data) on the client. More specifically, the user should be able to apply different color-maps and also hover on the point to see its value (at least a good ...
Sam's user avatar
  • 21

15 30 50 per page
1
2 3 4 5
7609