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
0
votes
0 answers

SVG image not rendering correctly in some screens

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 processor), the SVG file is rendered with green…
0
votes
1 answer

Rendering image with overlay Drupal 8

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 Drupal 8? Clarification: I need to generate a new…
Luis
  • 44
  • 1
  • 5
  • 17
0
votes
1 answer

Rendering a full sized image with UIGraphicsImageRenderer

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 their image view. As shown in this stack overflow…
3366784
  • 2,423
  • 1
  • 14
  • 27
0
votes
1 answer

Download PHP rendered image - not able to open on Android phone

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 when i download the image on a android phone, after…
user1335902
0
votes
0 answers

Image rendering via controller API sometimes breaks when being access by multiple users

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 user requests. But by the time I deployed it,…
Luke Villanueva
  • 2,030
  • 8
  • 44
  • 94
0
votes
1 answer

Alternative for anisotropic filtering in hardware

I am rendering a texture in opengl-es-2.0 under a large angle with respect to the viewer (a floor plane). On hardware which supports anisotropic filtering, all is fine. However, I need to support some devices which do not have this in hardware (no…
Kasper Peeters
  • 1,580
  • 2
  • 18
  • 37
0
votes
2 answers

NodeJS+Bootstrapp+CSS : home buildup thumbnail gallery add white background to images

I have a container named mainContainer. In this container, I want to create a thumbnails gallery. Unfortunately, when I modify my CSS, I have some issues, I have some white background color instead of the background color for my mainContainer. Here…
0
votes
2 answers

TYPO3 7.6 Image rendering

After upgrading from 6.2 to 7.6 images are not properly rendered, I get incorrect images and the same everywhere when that shouldn't be the case. description > description { 10 = COA 10 { wrap =
Ženia Bogdasic
  • 117
  • 1
  • 17
0
votes
2 answers

Angular2 - Maximum Call Stack Exceeded error when rendering images

In my Angular2 application, I want to show an image which is in Uint8Array format. But I am getting 'Maximum Call Stack Exceeded'. I could render images of size ~48Kb with no error. But when the image size is above ~300Kb is when I am getting this…
UnderWood
  • 803
  • 3
  • 12
  • 23
0
votes
2 answers

Image-Rendering, but making images MORE pixelated?

I need to illustrate to a user of my website that when their image is printed onto a canvas it will lose quality as it will become larger. On way to do this is to deliberately lower the resolution of the image they provide on screen, with a…
0
votes
1 answer

UIImage appears differently in UIImageView than it does when saved to disk

I'm having a problem where a UIImage that I build in a playground appears correctly when I inspect it in a UIImageView within the playground... ...but incorrectly when I save it to disk. Here is the code I'm using to build/inspect/save the…
sudo make install
  • 5,629
  • 3
  • 36
  • 48
0
votes
1 answer

Generating density map for tree growth rings

I was just wondering if someone know of any papers or resources on generating synthetic images of growth rings in trees. Im thinking 2d scalar-fields or some other data representation which can then be used to render growth rings like images…
davidjons
  • 135
  • 8
0
votes
1 answer

Do I need to create multiple images

I have a photo sharing app. Data from mobile/tablet goes to server and then these images are displayed in browser and mobile devices of various screen size. For effective viewing of these images on various devices, do I need to create multiple…
Bads123
  • 879
  • 2
  • 13
  • 26
0
votes
1 answer

TYPO3: Images are rendered with unwanted Outline/Border

In one case i am rendering all images from all news entries from one specific category inside an unordered list. Each image is wrapped inside an anchor element which itself is wrapped inside a list-item. Each image is 100% white and shall be…
Goran
  • 1
  • 2
0
votes
1 answer

issues with rendering image in jsp

I am not able to render the image inside the jsp. Everything else is working fine i.e. all the data is being renderred. its only the image which is causing the issue. And I know the path is correct
Peyush Goel
  • 383
  • 2
  • 3
  • 13