Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
68 views

I have an <img> element and at the moment I am specifying explicit values for its width and height in the CSS with no such attributes in the (X)HTML. The PowerMapper tool complains about this, ...
Cecil Ward's user avatar
0 votes
0 answers
34 views

To simplify a process I do often, I would like to have a Python function to a) take the clipboard data, which is in dibv5 format with alpha, b) save it to a file, and c) upload it to an API. I don't ...
Charlotte LeRoy's user avatar
0 votes
0 answers
15 views

I'm plotting an image using Imagsc(x,y,C) where x is an angle vector from 280 deg to 50 deg trough 0/360 deg. I want to see the image with zero at the center. Instead I have the data from 50 to 280. ...
mrish's user avatar
  • 29
0 votes
1 answer
96 views

I have a such task: in image find for each pore (or blob) perimeter of contour. So, each contour I have to consider polygon (approximation) with some step value (distance between points) (for example ...
Alex 's user avatar
  • 329
2 votes
1 answer
49 views

This answer did not work for me, nor for some Mac users, and I did not find a working solution among the following similar questions: How to open an image in Python and close afterwards? How to Close ...
a.t.'s user avatar
  • 2,907
-1 votes
1 answer
92 views

I created an application on angular18. images are displaying on local server but when i deploy my project and upload it to my hosting then imgs are not dispalying in my project.Anyone faced this ...
Ahmad Raza's user avatar
0 votes
1 answer
36 views

I have images in a carousel, and I have set the height to 40vh. The picture looks fine, except that as the screen gets larger, it zooms to the top of the image instead of the bottom where I want it ...
Lee Worley's user avatar
1 vote
0 answers
209 views

I am using version 1.4.1 of media3.exoplayer, and I want to use ExoPlayer to display images. I found that images are listed as supported media types, but when I followed the code in the documentation, ...
chadewik's user avatar
0 votes
1 answer
65 views

I'm trying to use the following code to transfer an image file from my website to a Rackspace Cloud Files container: $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, 'https://storage101.dfw1....
Brent Curry's user avatar
1 vote
0 answers
81 views

As far as I understand, the .r-stretch helper class of Reveal.js can be set on an image. Here's the example of the original documentation: <h2>Stretch Example</h2> <img class="r-...
Joshua Muheim's user avatar
0 votes
0 answers
18 views

I'm using Spatie to allow users to upload their profile image. public function registerMediaConversions(?Media $media = null): void { $this->addMediaConversion('thumb') -&...
Dani's user avatar
  • 94
-2 votes
1 answer
48 views

I'm working on a way to download two different sized versions of the picture using a canvas to repeat an image in its background. It works when i tested just a single download option, but it doesn't ...
A Jones's user avatar
0 votes
0 answers
105 views

I am trying to update the NUXT_IMAGE_DOMAINS with dynamic ENV values during runtime and I am able to do this correctly. But, when I do this, ipx is not working as expected. I have added domains in the ...
Manjunath M's user avatar
0 votes
1 answer
91 views

In the past, the answer would have been 'Considering performance, save only the file path to DB', but due to the changed security policy, I am concerned about how to handle image files in the Android ...
gunsmoke's user avatar
0 votes
1 answer
155 views

I recently made two changes to my Nuxt 3 project: Switched from @nuxt/image-edge to @nuxt/image Moved from Webpack to Vite Before switching to Vite and @nuxt/image, I had the following configuration ...
konsav's user avatar
  • 11
-3 votes
3 answers
178 views

I am making a webpage and I have included my personal pictures and I am trying to send my .html file to them and upon running in their pc the picture doesn't load because its not in their pc. So what ...
Ashutosh Niraula - Student's user avatar
0 votes
0 answers
39 views

I have a utility method which takes an SVG and uses Apache Batik to rasterize it: public static BufferedImage rasterize(InputStream svgInput, int width, int height) throws TranscoderException { ...
Cardinal System's user avatar
1 vote
1 answer
68 views

I have been working with Django and it isn't loading any image files but it is loading my CSS files in the same directory area. HTML page <!DOCTYPE html> <html lang="en"> {% load ...
Dinosaur's user avatar
1 vote
1 answer
66 views

I have server.js where, when uploading an image, Sharp creates a thumbnail. The main issue is that if later I want to delete the main image, it won't let me because something is using it. File not ...
Zander's user avatar
  • 1,086
1 vote
1 answer
51 views

I’m developing a Python script to rank images based on "blueness" for a colorblind accessibility project (I'm colorblind myself). The goal is to prioritize images with large blue areas over ...
Dilubar's user avatar
  • 13
-1 votes
2 answers
52 views

I have a main folder called "AltSchool", inside that i have two subfolders namely "altschool_html_assignments" and "altschool_css_assignments". In the ...
Andrecon's user avatar
  • 109
0 votes
1 answer
55 views

I have a photo gallery in Laravel with Tailwind and Alpine.js. The images are only in a small box as a preview, and I need to fully show up after clicking on any of the photos. <!DOCTYPE html> &...
D4N13L.'s user avatar
1 vote
1 answer
146 views

I'm presently trying to do a sorta Starfox clone with Raylib, using the heightmap example here: https://www.raylib.com/examples/models/loader.html?name=models_heightmap In order to handle collision in ...
Reverend Speed's user avatar
0 votes
0 answers
119 views

I have a transparent image with an object in it, and I would like to add a border around the object (i.e., the edge of the object) in SwiftUI. The object is the only thing visible in the image, and I ...
HeWhoRemains's user avatar
2 votes
2 answers
104 views

I have the following React component that uses a Google Drive link to get the image. The backend is written in Django REST Framework which returns the URL link for the image. The original link is ...
Nazmus Sakib Sibly's user avatar

1
3 4
5
6 7
2272