0
votes
2answers
20 views
Font Rendering between Mozilla and webkit
I'm not sure if this has anything to do with the recent Safari update, but I'm beginning to notice this a lot. There is a drastic difference in the way each browser is rendering fo …
0
votes
2answers
40 views
Load image into memory immediately
I need to open all frames from Tiff image in WPF into memory and then delete the source. And after that I eventually need to render that image (resized according to window size). M …
0
votes
1answer
14 views
How to render a printable image from a SWF
I'm working on a project at the moment where the client uses an off-the-shelf Flash library to display data against a map. It's a SWF that we feed some XML data and it renders it i …
5
votes
6answers
165 views
C++ libraries for rendering PDFs
I'm looking for a (preferably LGPL'ed) PDF-rendering library that I can use on Mac OS X, Windows and Linux using C++.
So far I found:(updated with content from answers below)
Po …
2
votes
8answers
103 views
3D Software Renderer with VB6
Hi, I am IT student and I have to make a project in VB6, I was thinking to make a 3D Software Renderer but I don't really know where to start, I found a few tutorials but I want so …
0
votes
0answers
13 views
Render Embedded Fonts to a BitmapData in AS3 / Flex
It seems that rendering fonts to a BitmapData in Flex is quite easy. You create a TextField, populate its properties, and the BitmapData's .draw() will accept it.
The problem come …
1
vote
1answer
58 views
Zend Framework: How can I tap into the final view output before it’s sent to the browser?
Hi there,
I'm trying to access the final xhtml output right before it's sent to the browser as a string. The postDispatch() methods of the actions and plugins seem to be too early …
1
vote
6answers
86 views
JSP programmatically render
I need programmaticaly render JSP page. As far as I understand JSP should have some compiler. The question is can I use this compiller dirrectly without JspServlet and others? All …
0
votes
2answers
56 views
Open source C/C++ 3d renderer (with support of 3ds max models)
Best, smallest, fastest, open source, C/C++ 3d renderer (with support of 3ds max models), better not GPL,
It should support Lights, textures (better dynamic), simple objects, It …
0
votes
3answers
111 views
Content within Floating Window using jQuery SimpleModal plugin cannot be replaced after opening twice in IE8
Hi all
I am using SimpleModal plugin for showing dynamic content within a floating window. On this floating window a Javascript function call has been included (on a click event), …
2
votes
10answers
169 views
Why browser sometimes render site bad and sometimes good? (without change browser, no dynamic data only refresh)
I have website, usually all looks fine but sometimes one div is on the wrong place... For now, I thought reason is AJAX (when document.ready load welcome text), but now that script …
0
votes
2answers
78 views
Display List generation
I'm developing an application which make use of display lists offered by OpenGL. My idea is to call display lists for a repeatitive tasks, such as tranformations and server state s …
0
votes
0answers
16 views
custom colors in bing maps?
I was looking at http://www.msnbc.msn.com/id/26295161/ns/weather/ and noticed that the flash map is provided by bing and have a custom color scheme. I have a similar need to show …
0
votes
2answers
45 views
XHTML/CSS issue IE displaying extra characters
I have a problem with a clients webpage, you can check it out using the link below where you will see that underneath the 'drinks' option an extra 'ks' appears, however it only rep …
0
votes
2answers
32 views
my experiment shows that rendering order affects performace alot in TBR architecture. why???
Hi,
TBR chips perform HSR (hidden surface removal) before fragment processing, so only the visible pixels are rendered. This feature results in no necessary sorting opaque objects …
