Questions tagged [image-rendering]

Anything related to image rendering, i.e. the process of transforming the internal, memory (or file) representation of an image into a corresponding visual, on-screen representation.

Anything related to image rendering, i.e. the process of transforming the internal, memory (or file) representation of an image into a corresponding visual, on-screen representation.

82 questions
1
vote
1 answer

Pixelated image rendering on Microsoft Edge?

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 to render images as pixelated in Edge?
Rob Kwasowski
  • 2,690
  • 3
  • 13
  • 32
1
vote
0 answers

Blurry image when scaling down image in Chrome

Chrome version Version 55.0.2883.87 (64-bit) I have an image that has 225px width. If I just scale it down by 1px, the image becomes very blurry. It doesn't happen with FF. Here's an example : https://jsfiddle.net/keqx1vt8/2/ li { …
Michael Villeneuve
  • 3,933
  • 4
  • 26
  • 40
1
vote
0 answers

Rendering large images on iPad: crashes

I am using the function below to render a view as image. The problem is that for images with size over 2000px the memory pressure is too high and the App crashes. On the simulator it works fine at any size but on the iPad (2 or higher) the memory…
user1595462
  • 155
  • 1
  • 9
1
vote
2 answers

JTable Image render is Taking too much load In Application

I am working on Java the Application of Swing and which i am getting Data and i am using swing Jtable Render for render Image in that but when data is more its hanging all time so what can i do to prevent that? example render that i am using. public…
1
vote
1 answer

Chrome Mac don't render very small PNGs very well

I have PNG-24 exported from Photoshop CS6 and it looks like this in Chrome. You can notice white strokes around triangles. Same PNG renders correctly in other browsers. Rendering in firefox is like this.
Pankaj Phartiyal
  • 1,691
  • 1
  • 12
  • 23
1
vote
1 answer

How to capture and render an image from Play framework, Jquery Ajax, from Heroku

As the title states, I'm trying to get an image from my database to try an display on an external web page. Eventually I would like to use this for a mobile application that is run with PhoneGap. renderBinary(member.profileImage.getFile()); (This…
Dean Marsden
  • 207
  • 1
  • 9
0
votes
0 answers

SVG file from Figma not showing in Flutter project

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/pages/home.dart import…
0
votes
1 answer

Images loading on page load but not when refreshing page

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 inconsistent and affects random images when it…
0
votes
0 answers

How to display a 3D numpy array (angiography - dicom file) frame by frame with PyQt?

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 series image sequence. I searched the internet I…
0
votes
1 answer

DocumentPage not getting the images from the fixed XPS document page

I have this code Private Sub SaveFixDoc(ByVal fd As FixedDocument, name As String) Dim filename As String = My.Settings.Path2Labels & "\" & name & ".xps" Try Dim xpsd As XpsDocument = New XpsDocument(filename,…
0
votes
0 answers

i am trying to render Svg icons in a table , using material ui , in a react application. However, i see duplicate icons for different rows, any ideas?

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(crypto-name), this function takes the crypto-name…
Anurag
  • 1
  • 3
0
votes
0 answers

Puppeteersharp cannot build in a .NET framework 4.8 environment with MSBUILD

In another question I made here. I was asking about rendering HTML to an image stream/image base64 dataURI. I was successful with this task by using Puppeteersharp which worked perfectly (class code for my HTML to Base64 Image renderer is posted as…
0
votes
1 answer

Is it possible to compress image size without specifying the quality?

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 image automatically to specific image if yes then how…
0
votes
0 answers

Image rendered in Android Webview with zero height

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. Due to the 0 rendered height, I am unable to…
Ali_Waris
  • 1,944
  • 2
  • 28
  • 46
0
votes
2 answers

Header Image Loading After Page Loads

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 it pushes the rest of the page down to where it…