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

I have a custom control I made to handle the rendering of composite images with effects. I want to apply custom shader effects to specific elements of this control's render, but the built in ...
Cody Hubbard's user avatar
1 vote
0 answers
106 views

Hello I'm trying to develop a blog using django as a backend and react on the frontend. i've written a map function on the frontend to loop through the blog articles, all other field elements appears ...
Arthur Bella's user avatar
0 votes
1 answer
321 views

I want to use an image in Astro, using strapi. I inserted the (i guess) the correct link according to the api. This is the code for the image, but it simply won’t display an image, and displays an ...
Bas Bulckaen's user avatar
1 vote
0 answers
277 views

I understand that SDL_Textures are rendered by the GPU, whilst SDL_Surfaces are rendered by the CPU. However, I don't understand why SDL_Surfaces would be used at all, given that SDL_Textures are ...
Stressed 's user avatar
0 votes
0 answers
51 views

I am generating a report, the report contains all the data fetched from the DB and a QR code should be shown at the bottom of the page. But sometimes the QR code is not showing, and an image with X is ...
bharath p's user avatar
0 votes
0 answers
593 views

I am new to Flutter and currently trying to implement an SVG file from a Figma project into my application. However, the SVG image is not displaying, and I am not getting any error messages. /lib/...
Shivang Srivastava's user avatar
0 votes
1 answer
121 views

My app uses React.js and Node.js for backend. When the page is loaded all images are rendered sucessfully but when refreshing the page sometimes some images are not loaded. So this issue is ...
Rafael Avant's user avatar
2 votes
1 answer
1k views

I need to scale up and transform a canvas and it works great with the following CSS property on Chrome for example: canvas { image-rendering: pixelated; } But on Safari (macOS and iOS), it remains ...
Kalane's user avatar
  • 69
0 votes
0 answers
93 views

I am currently started to use PyQt as a GUI. I would like to create a mini application, which can display a 3D numpy array frame by frame, which is actually an angiography Dicom file, it is a time ...
ikimatrab's user avatar
0 votes
1 answer
46 views

I have this code Private Sub SaveFixDoc(ByVal fd As FixedDocument, name As String) Dim filename As String = My.Settings.Path2Labels & "\" & name & ".xps" Try ...
2al2's user avatar
  • 1
0 votes
0 answers
462 views

I have an array of objects, where each object has a cryptocurrency-Id. i am using map to render a table and for rendering the token-image in the table i am calling a function: find_corresponding_icon(...
Anurag's user avatar
  • 1
1 vote
1 answer
1k views

I'm developing a react website. In my Google Chrome browser, images showing as pixelated (image-rendering: pixelated) but in firefox work as expected (image-rendering: auto). Here is the difference, {...
Muhammad Sumon's user avatar
0 votes
1 answer
1k views

What I mean by this is that "Is it possible to compress image size Intelligently without specifying How much to compress Example:- https://compressjpeg.com/ Just Like How this website compress ...
NAKSHATRA NAHAR's user avatar
-1 votes
1 answer
48 views

I want to be able to display and close an image within a few miliseonds. I generally understand how to do this for a few seconds, but how can I achieve accurate milisecond rendering? What is the ...
reok's user avatar
  • 3
3 votes
1 answer
7k views

With Nextjs the expected outcome is to see the Image component rendered as .WebP or .AVIF but it remains jpg - Below is my next.config.js /** @type {import('next').NextConfig} */ module.exports = { ...
Enadot's user avatar
  • 195
0 votes
0 answers
90 views

I am trying to load a URL in webview, but it just loads a blank page. Upon inspecting the webview in Chrome, I got to know that the actual size (1080 x 1080) and rendered size (320 x 0) are different. ...
Ali_Waris's user avatar
  • 2,472
0 votes
2 answers
1k views

I have made some modifications to a website I am working on and now, when I load the homepage, the header image seems to load after the rest of the page leaving a white space and then the image loads ...
goldswoj's user avatar
1 vote
0 answers
252 views

enter image description here Can i implement the cross-correlation in the same way as the convolution? I want to implement the formula in as in the picture, where Li the kernel in 4 different ...
emily's user avatar
  • 75
0 votes
0 answers
944 views

I am storing 6 images in S3, and getting all of them in a single request, by a call to S3 per image. The load time of the page already increased by 1-2 seconds, and there are more images to come. I am ...
cantoraman's user avatar
0 votes
1 answer
672 views

I am trying to put different images on the top and bottom side both using texture in Threejs. But I am getting the same image at the bottom as well as the top. below is the code that I am using. My ...
Java-Dev's user avatar
  • 458
0 votes
2 answers
827 views

I have an image file of webP format. How can I check if it is animated webP or a static image programmatically?
Ganesh S S's user avatar
0 votes
1 answer
8k views

I upload the image by using azure blobclientservice as belows let fr = new FileReader(); let result = {}; fr.onload = async function () { var data = fr.result; await blockBlobClient ...
mingxingwang's user avatar
0 votes
1 answer
59 views

A sliding image gallery has started performing terribly after updating Chrome to 88. See this site for example: https://fionaandbobby.com/ You can view it in FF or Safari to see it performing how it ...
Matt Dietsche's user avatar
2 votes
1 answer
836 views

I am writing an Android app in which a native thread keeps generating image frames (as raw pixel data) at about 60 fps, which are then supposed to be displayed in a SurfaceView. Currently, the thread ...
dumbass's user avatar
  • 27.2k
0 votes
1 answer
189 views

We have a page that contains 20 .svg images. Page renders completely fine on first load for all of the devices that we tested but specifically for iPhone 6 and iPhone 6 Plus once we scrolled the page ...
ocliptus's user avatar
0 votes
1 answer
1k views

I'm wondering how to handle more than one image using IMG_Load(); Do I always have to create a surface for every image? Or I have to create some loop that will create texture only using this one ...
krystof's user avatar
  • 11
2 votes
1 answer
983 views

I am new to Vulkan, and recently started learning . I am facing issue, at runtime in vkCreateDevice() fails, when VkPhysicalDeviceFeatures is enables with VkPhysicalDeviceFeatures features {}; ...
alshamsh93's user avatar
0 votes
1 answer
2k views

I am just getting started with web pages. I am trying to make a function for the react responsive carousel so I can pass an array of images and it renders depending on the number of images, I've been ...
ljcq 09's user avatar
  • 135
0 votes
0 answers
92 views

I am trying to store images in database via form ImageField of model which gets uploaded to media folder that i have created and render the same in template. This is my folder structure- folder ...
Sakshi Pandey's user avatar
0 votes
1 answer
426 views

In a canvas project I am working on, I have a tile based gird, along with a panel of options. I have gotten everything to work, and all the images are crisp, screen resizing is accounted for, there is ...
Bagel03's user avatar
  • 725
1 vote
2 answers
1k views

Hello Stack overflow community, Thank you in advance for the help I am a rather new to react native. For this project i have imported the library nuka-carousel. So what I am trying to do is to take ...
potatoman's user avatar
0 votes
1 answer
1k views

I have a form where a user can update their profile. I want the user to choose from a drop down list of all the available profile pictures (a gallery of profile pictures from the ProfilePictures Model)...
bruzza42's user avatar
  • 433
0 votes
1 answer
148 views

First posting here. I know inline php is not preferred but I haven't converted all my scripts to echo json_encoded arrays to work in javascript on the client side...so for now, I have inline php. I ...
kevin gifford's user avatar
0 votes
2 answers
1k views

I using below URL to set the background image: https://postcron.com/en/blog/wp-content/uploads/2014/03/Untitled-design-2.png body { background-image: url("https://postcron.com/en/blog/wp-content/...
Abdul Azeez's user avatar
1 vote
1 answer
79 views

I am having the issue with pChart image rendering, The chart image is not displaying on screen on my production server while the same script is working fine on development server. Even,I have ...
zakmail007's user avatar
1 vote
0 answers
396 views

I set imageSmoothingEnabled to false on my drawing context to get sharp pixel rendering when I draw to the canvas, but for some reason the image comes out blurry. The example below sets up a 20x20 ...
Frank's user avatar
  • 2,274
-2 votes
1 answer
383 views

I have studied similar questions but couldnot find solution. I am using WkWebView. It renders a html from library directory so i did loadfileurl. It has option of displaying an image, we select the ...
Gypsa's user avatar
  • 11.3k
0 votes
1 answer
1k views

On touching on the image I want to get coordinate of that pixel, I tried some code but not getting exact location where the user touches on the image. This my existing code override func ...
Fayyaz Hussain's user avatar
0 votes
2 answers
128 views

I have to make a website that will render multiple images at once like a shirt which will have multiple parts like a collar, sleeves, etc. I have to combine all these images at once and show the image ...
Kamal's user avatar
  • 23
0 votes
0 answers
220 views

We are seeing a weird issue in rendering an SVG image in Chrome in Acer machine with AMD processor. We have an SVG image and it shows up properly in most of the laptop screens. In Acer (with AMD ...
Saravanan S's user avatar
  • 1,043
1 vote
1 answer
2k views

I have an SVG that I want to fit in a smaller box, while preserving all ratios. I'm trying to do this by nesting the SVG inside another SVG with smaller width/height and viewbox numbers, but instead ...
P_equals_NP_2021's user avatar
1 vote
1 answer
141 views

I am writing for HTML5 Canvas, using it as a viewport on which I maintain a central origin and zoom level. I want to track and zoom to a region, but have encountered a naturally occurring effect that ...
Nik Gibbs's user avatar
1 vote
1 answer
1k views

I'm converting a UIView to UIImage, to set it as navigationBar background. Thats view has an gradient layer, and when i use setBackgroundImage(_ backgroundImage: UIImage?, for barMetrics: ...
Romulo BM's user avatar
  • 741
1 vote
1 answer
405 views

How to add an image to a custom JTable row button, I have a JTable with a JButton in the fourth column and I want to put an image into fifth column using that button "Upload". **Note: Button working ...
thisal selaka's user avatar
0 votes
1 answer
950 views

I'm building a Drupal website and I need to upload an image, some text and render that image with the text as overlay, maybe even a logo on top of it as well. Is there a module or a way to do this on ...
Luis's user avatar
  • 130
0 votes
1 answer
890 views

Images taken with our device camera's are larger than the screen on our iOS device. Usually when we render an image in iOS i see people setting their rendering size to the size of the main view or ...
3366784's user avatar
  • 2,495
0 votes
1 answer
204 views

I am using a script to: 1. render/save a image on my sserver. 2. provide the saved image as a download to the browser. So the image is not opened, but downloaded by the browser. Works perfect. But ...
user avatar
1 vote
1 answer
1k views

Microsoft Edge doesn't support the 'image-rendering' CSS property, so I can't use 'image-rendering: pixelated', which is a real pain for the website I'm making. So is there any way to use JavaScript ...
Rob Kwasowski's user avatar
-1 votes
1 answer
70 views

I am using few circled icon on my website and it is looking very fine but when looking at it very closely, I can see straight edges on all four directions. I zoom in and I can see it clearly. I tried ...
Rahul Gupta's user avatar
0 votes
0 answers
15 views

I have here an image rendering method on my api that is being access via url by users in order to display images as source. I don't have a problem when testing locally since I'm only making single ...
Luke Villanueva's user avatar