png

How can I convert TTF glyphs to .png files on the Mac for free?

How can I convert TTF glyphs to .png files on the Mac for free? If there's some way to do this programmatically within a program, that would work too. ...

Have a PHP page output a static image

I want a PHP to be able to send 1 of 3 images, depending on a $_GET[] parameter. I have the images as three separate PNGs right now, and would like the PHP script to have those embedded in it, then return the specified image. So, I want one PHP script instead of 3 images. Is this possible? I don't need to create special images on the fly...

Why sometimes png transparent icons are not transparent with Delphi 2010?

I have a D2010 app with theme support enabled. Is using a TToolbar + TImageList with this setup: ColorDepth: cd32bit DrawingStyle: dsTransparent When run from Delphi, or the folder where is generated the exe the icons are transparent. When I move to another folder or install in another folder, the icons are show with a gray background...

Magento product watermarks are not appearing transparent - any ideas?

Hi, I have a Magento ver. 1.3.3.0 install, I am having a problem with the transparency of product watermarks. The watermark is a .png file but when it is viewed on the product it loses its transparency and has a solid white background. The products on the shop are a wildlife artists paintings so this is really spoiling the artwork. Has...

Weird bugs with image thumbnails in PHP

On upload of images, the code creates several different thumbnails. In some cases, the thumbnail may be larger than the original image, in which case a padding is applied. In the case of JPEGs, the padding is white, and all is well. In the case of GIFs and PNGs, the padding should be transparent. And it is. Or not. Which is weird. If I ...

Programmatically Altering Images

I'd like to alter images programmatically. Specifically for the iPhone, but, general answers could help. For example, how could I, programmatically, add filters effects, such as those available in Photoshop. Clearly it is possible as exemplified by apps such as Fat Booth. What is the starting point for this? Load an image as NSData and ...

How to set a PNG file to an ImageView?

I have a file called nochart.png in /drawable. How can I set this to an ImageView? chartImageView.setImageDrawable(R.drawable.nochart); Does not compile. ...

Jquery Slider PNG black borders IE8

Greetings, I'm having a lot of trouble with the IE8 buy of getting black borders when using a JQUERY slider, with PNG transparent images. Using a slightly modified version of the Nivio slider. I have searched high and low for fixes and blocks of code but so far none have worked. What happens is that as soon as the img cycles it gets ...

Converting .dds to .png: is XNA really this convoluted?

I have a .dds file and I want a .png file. Although I already found out about the DevIL.NET library, the API design there of one static class does not parallelize, so I am hoping to find another method. This led me to XNA. But, here's how far I got with that idea... OK, it looks like I want this Texture2D class; then I can call myText...

boost::gil Interleaved_view

Hi guys, I'm having some trouble figuring out the boost image library. I could not find any exact documentation on how to use the interleaved_view function included in the boost::gil library. More specifically, I don't know exactly what binary format the raw data is supposed to be stored in. The only mention of it I could find was in...

Advice on using vector graphics on the iPhone

A question for the seasoned iPhone developers, what is your preference for graphics in an iPhone app? I have turned to PNGs because I read that is the preferred image format and they are the most efficient format for the OS in terms of performance. However I had read you should try to use svg graphics so they scale up on the iPad. I star...

Suitable background pngs for ListView items in Android

Hi, Can somebody post some suitable png files that would look good as background to ListView items? Or maybe some link for it? -Kiki ...

PNG won't display in classic asp site

I've got an ASP page and try to show the FF logo image on it and it won't display. It won't even show if I copy it local; only seems to be this particular PNG file: <p><img src="http://sfx-images.mozilla.org/firefox/3.6/468x60_orange.png" alt="Spread Firefox Affiliate Button" /></p> Page URL: https://english.ttu.edu/fyc/testpng.a...

Smaller APK size with large assets?

I am creating a simple android app to view a comic book. The pages are large(0.5-1 mb each), high quality .png's and I am loading them into a webview to make use of the built in zoom controls. So far I only have 17 files and the APK size is already about 16 mb. I'm looking to add over 200 files in future updates. I can't really reduce th...

Image Color Picking Script

I have a bunch of sports team logos. What I want to do is find the color that is used for the highest percentage of pixels. So, for the patriots logo below, I would pick out the blue or #000f47 (white will not be an acceptable color), as this is used for the highest percentage of pixels. Obviously I can eyeball each image, use the col...

Asian characters in JFreeChart get rendered as squares in IE 8 but not in Firefox

I'm generating a chart that contains Asian characters. The characters render fine in Firefox, but not in IE 8. If I debug in Eclipse, I can see that the characters are fine in both cases before getting rendered, so they're not getting screwed up before the server or by the server. The Content-Type of the server response header is the fol...

PNG backgrounds disappear in IE when using Jquery slides and fades

I've got a simple Jquery script to slide part of my header, however in IE, when I process the slide and fades, all PNG backgrounds (they are set in CSS) disappear. Please note that this script has been written inside of PHP hence all the slashes and marks :). <script type=\"text/javascript\"> $(document).ready(function(){ ...

anyone recommend a jquery gallery with an image navigation bar that is PNG compatible for IE6+?

title says it all... features that I'm wanting are: MUST be PNG IE6+ compatible, for both viewing of PNG-24s AND fading them in and out utilizing jquery cycles... fade out image, then fade in next image after click corresponding images for each picture that are independent of the banners in their own div separate from the main display...

png downloaded size different to server size?

Hi everyone, My app downloads .png files to the sd card for later use. I kept getting OutOfMemoryErrors (if anyone could explain this too, that'd be great!) and so I took a look at the sizes of the images saved to the sd card, and they seem to be roughly double what they are on the server. Why is this, and how can I make them smaller? ...

Is it okay these days to use PNG with alpha-transparency in websites?

I remember from 3 years ago that it was an absolutely huge pain to use any nice PNG with alpha in websites, because of IE6 and other bad browsers. But how about now? How about if your target audience are iPhone, iPad and iPod Touch users? I believe these people aren't so stupid to use old-aged bad browsers. They use the newest, best stu...