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

Raw image data without any format (non-standard, just the data array) to be loaded and drew with GWT

Did anyone have experience on doing image rendering or processing with GWT? I am stuck on the GWT client-side image rendering. Since the image that I need to display is the non-standard format (imagine as a data array), I cannot create an Image…
OxyGen
  • 3
  • 1
0
votes
2 answers

Rendering image Byte data already in the view

I'm new to MVC (coming from object oriented C# exe apps) and Stackoverflow. I've been struggling with trying to run code efficiently using MVC. I have Model data that returns from the database and along with that data is a field of bytes that are a…
JDev
  • 3
  • 3
0
votes
0 answers

Rendering image in a View

I'm trying to show some picture for user in a strongly typed View.. In Model members there is one that represents contents of image (ex. jpeg) How should I pass this content to img tag to render this image? model looks like: publiс class Image…
versus
  • 95
  • 6
-1
votes
1 answer

How do I display an image for a few miliseconds correctly?

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 approach to ensure that I can be certain an image has…
reok
  • 3
  • 1
-1
votes
1 answer

Circled icon has straight edges on website

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 using image rendering with all the option but…
Rahul Gupta
  • 972
  • 11
  • 29
-2
votes
1 answer

Wkwebview cannot display images in html having path of library directory

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 image from gallery/take camera , then from image…
Gypsa
  • 11,230
  • 6
  • 44
  • 82
-2
votes
1 answer

How to display images in webpage through a list of urls of images in Python/Django

I have URL's of images stored in a List in python. How should I display those images on my web page using Django.
arpitjain2402
  • 120
  • 10
1 2 3 4 5
6