Skip to main content
0 votes
0 answers
17 views

Resize and convert a SVG image using a gimp script

I'm using gimp 2.10 on a Debian 12 system. I need to use gimp because, after some manuals tests using gimp graphical interface, I noticed the quality of resized/converted images is better than with ...
Bertrand125's user avatar
  • 1,002
0 votes
0 answers
34 views

Overlay image comparison using Power BI Report Builder application

I want to create an overlay comparison of images in the Power BI Report Builder app. First, I'd like to show you what my target image is : Target image Now the approach, that I was using to create it. ...
anurag rahi's user avatar
0 votes
1 answer
13 views

How to display more images simultaneously in a picturebox

I am creating an app to align 2 (or more) images. I have the land registry's map and old maps with buildings, streets, terrains. Properly aligned maps then go into QGIS to display them. To align them ...
Martin's user avatar
  • 1,448
2 votes
0 answers
59 views

How to keep same size when save pictures in python matplotlib?

I use code as below to plot graphs and save fig to png files, but all png files are not in the same size (width x height), how can I let all of them in the same size? fig, ax = plt.subplots(nrows=1, ...
mikezang's user avatar
  • 2,439
0 votes
0 answers
36 views

How to scale 2D coordinates of objects on an image, to match bilinear interp. image scaling?

How to correctly transform the points such that each point is in correspondence with the scaling of the image by the function cv2.resize(..., interpolation=cv2.INTER_LINEAR)? Have an image and 2D ...
topcat's user avatar
  • 187
0 votes
1 answer
64 views

Why canvas loses scaling while drawing images on it?

I set up a canvas and apply a setTransform to scale it smaller for specific devices. On one chromium 55 device this canvas first works correctly but after some drawings it suddenly first disappears ...
user24495337's user avatar
-1 votes
1 answer
90 views

why an responsive image is shrinking inside flex container and not taking up whole space on responsive screen sizes?

i want to prevent the image from shrinking inside the flexbox, leaving so much space inside the flex container. In fact, the image is made responsive using the img-fluid class from bootstrap 5 classes....
fathima k's user avatar
0 votes
0 answers
26 views

Boostrap (v5.3) Carousel and Image Sizing

I'm really new to using Bootstrap and perhaps trying to do more than what I'm capable of handling but am truly trying to become a developer. Currently making a Photography website using bootstrap and ...
Richard Vitales's user avatar
0 votes
0 answers
36 views

How to make SVG's width and height of the same as children?

I'm using <use> to "grab" a <symbol> from an external SVG, the <use> element is the right size (100x100), but the <svg> still is the default (300x150). Is there any (...
Ayo Reis's user avatar
  • 497
0 votes
0 answers
31 views

How to properly stretch /anchor two images in a kotlin app (android)

I would like to create an app in android studio using kotlin. In one of my activities there is a background image (blue) and a circle image (red). I want the background to stretch to screen sizes of ...
sven b's user avatar
  • 55
0 votes
0 answers
55 views

Show image preview in full screen but capture 4:3

Using Flutter and the camera package we want to mimic the behaviour of the iOS camera when capturing in 4:3. When looking at the screen we want to show the 4:3 area that will be captured but the image ...
swepilot's user avatar
  • 311
2 votes
1 answer
1k views

Next.js static assets from public folder vs cloud based storage solutions

In Next.js (or React) usually cloud based storage solutions are used for storing media files like images and, my question is, what stops us from storing images as static assets in public folder and ...
Tom Spatula's user avatar
0 votes
0 answers
36 views

I want to figure out the transmittance intensity of metasurfaces using equation in MATLAB code

I am working on a paper related to metasurfaces. I want to figure out the transmittance intensity using the equation they provide in MATLAB code. But I can't figure out the exact plot. Can anyone help ...
Nayem Hosen's user avatar
0 votes
0 answers
115 views

How to compress an base 64 image before saving it c#

I'm trying to create an converter that converts a base64 string to a saved image. Now I'm trying to compress the image before saving it. Is there any way to "compress" the array of bytes ...
mxritz's user avatar
  • 23
0 votes
1 answer
34 views

Fitting Picture to Full Screen Window

I am trying to get a picture to fit within the bounds of a full screen window I have created. With this code: import sys import random import tkinter as tk from tkinter import * from PIL import Image, ...
JesseF3's user avatar
  • 13

15 30 50 per page
1
2 3 4 5
44