114,101
questions
-1
votes
0
answers
13
views
Image not centering (CSS/HTML) [duplicate]
This should be a pretty easy fix, but I haven't worked with HTML and CSS in years so I'm having a bit of a tough time figuring out my issue. I'm making a Neocities website for an art class, and I want ...
-2
votes
0
answers
26
views
I would like to create an image search mobile app using AI for text-based search [closed]
The app will be a simple gallery written in Java, featuring a search function that uses AI to locate images based on text input. For example, when the user types a description like "girl holding ...
0
votes
0
answers
19
views
Handling exif and metadata of server response which contains image
`
<?php
error_reporting(E_ALL);
ini_set('display_errors', 1);
define('RESPONSE_PREVIEW_LENGTH', 1000);
class HttpErrorException extends Exception {}
class JsonDecodeException extends Exception {}
...
-3
votes
0
answers
24
views
Image files not being generated, when converting base64 image strings to files in a .zip file (when downloading)
I have an array of objects, that have Base64 image strings.
I am following the linked tutorial and ChatGPT, trying to convert this to a blob, so that I can store it inside a .zip file.
Mime type is ...
-4
votes
0
answers
20
views
Decryption of a ENC1(?) file [closed]
I can't determine, which format of encryption uses a file, which I founded in directories of my favorite game, for my purposes.
I tried to open it, decrypt and more, but I failed.
I want to decrypt ...
0
votes
1
answer
61
views
Image not drawning correctly in <img>
I'm loading an image from a server. I've confirmed that the whole file is downloading. The first image is what is being displayed the second image is what the server has. Notice that the top 10%(ish) ...
0
votes
1
answer
28
views
Single Label Image Classification
I'm trying to build a single label image classification for detecting damaged/Normal Laptops. I have data set of around 500 images. I have tried to use a ResNet50 CNN and it doesn't perform well.
I ...
0
votes
1
answer
38
views
Can't set button image list
I use MinGW32 with Code::Blocks IDE on Windows 10. I'm trying to assign an image list to a button via a "BUTTON_IMAGELIST", but the "SendMessage" function always fails (returns '0')...
-3
votes
0
answers
32
views
Why do I get a 429 error when using src={imageUrl} where image url is a googleusercontent image (a youtube channel thumbnail) [closed]
My page pulls a bunch of info from an API, where I extract the image and put it in a state variable called imageUrl:
setChannelInfoLoading(true);
if (token !== null && token !== undefined &...
0
votes
0
answers
11
views
Passing image path from mdx file to Picture component in Astro.js
I'm writing a web in Astro.js.
My folder structure is like this:
src
|-assets
| |-images
| |-blog
| |-image1.jpg
|-components
| |-BlogPost.astro
|-content
| |-blog
| | |-my-first-...
0
votes
0
answers
21
views
browser-image-compression library fails with large images
I'm trying to implement an image upload component in React that compresses images using the browser-image-compression library. While it works fine with smaller images (5-6MB), it fails when trying to ...
0
votes
1
answer
30
views
How do I upload images in Wagtail with clean resolution?
When I upload an image with a resolution of 96 dpi in Wagtail, the image quality looks very coarse on the HP.
What solutions do you have for this issue?
The image is the SDG logo image, downloaded ...
-1
votes
0
answers
51
views
Is there a way to run or load a PHP include with in another PHP include file? [closed]
I have my main header area of my webpages loading from a
php-includes file
<?php
include("includes/config.php");
include("includes/header.php");
include("templates/");
...
0
votes
0
answers
16
views
Tina CMS Image Optimization [closed]
Does anyone have an example of using Tina CMS to optimize images (file format and size) uploaded by the user without using a CDN? I’m specifically looking at the default repo based media storage for ...
0
votes
0
answers
54
views
Out of Memory Error when loading images in DataGridView
I am trying to load some 300 small scaled images, each in a DataGridViewImageCell of a DataGridViewControl and I run into an Out of Memory error.
I have seen that someone used to have the same kind of ...