jpeg

JPEG HW Decoder access API

Hello List, Is there any procedure/API provided in Android SDK/NDK to check if "JPEG HW Decoder" exists in the underlying android phone handset? If yes, then Is there any procedure/API provided in Android SDK/NDK to access "JPEG HW Decoder" for decompressing JPEG image? ( I guess PV Media framework provides access for the same, but ...

How to addClass() to the pictures of a certain format

Hi, I need to style images of a JPG format only. (jQuery) I need class to be applied to jpeg's when it's placed in specific container (not all jpg's on the page). For example: <img src="non-jpeg.jpg"> <!--no changes made--> <img src="jpeg-image.jpg"> <!--no changes made--> <div class="spec-container"><img src="jpeg-image.jpg"></div> ...

Silverlight cross-scheme access to jpegs denied

Hello. I've got a Silverlight4 app that I'm running on https, deployed to Azure. Everything's working except for one small glitch. I've got content in the form of jpg thumbnails and associated zip files with a .gld extension. My app is supposed to display the thumbnails, and allow the users to download the associated .gld/zip files. ...

What are the available ways/resources to create jpeg (or pdf) graphs/charts using java

Hi, I'm looking for ways to create JPEG(or PDF) graphs/charts using JAVA. Any suggestions? Ultimately I want to make a PDF report, but I figured that even if I get the graph in JPEG then I can use a JPEG to PDF converter to make it a PDF. Thanks. ...