PNG (portable network graphics) is a bitmapped image format and video codec using lossless data compression.

learn more… | top users | synonyms

2
votes
0answers
23 views

Change the color of a PNG image (and still preserving transparency) using HTML/CSS [duplicate]

Good Evening, Is there a way to change the color of a png image (and still preserve the transparency) using html/css? The new color can be anything in the rgb spectrum. The image in question is a ...
-1
votes
0answers
19 views

PNG white box in IE [closed]

I am running Thesis 1.8.5 on my site here www.texashomeloanpro.com. I built my site in chrome and now I am having an issue with two PNG images on the homepage (i.e. the red "Learn More" button and the ...
0
votes
0answers
10 views

PNG transparent gradient doesn't match background CSS color

I need to fade away one animated element on my page. To do so I use a PNG image with alpha gradient (one color, gradient from full visibility to full transparency). That image has the same color as ...
1
vote
1answer
34 views

How to colorize a PNG image, cross-browser, using jQuery

I'm trying to do the same as in this question, but more basic: I have a PNG image with only white and transparent as colors. I need to colorize the white part, without touching the transparent part, ...
1
vote
1answer
18 views

Imagemagic flips direction of LinearGradient

I've implemented a go script that generates a custom playing card based on a json input file. The output is svg. In order to print the card, I need to convert it to png. Therefore I installed ...
4
votes
2answers
46 views

How to set a PNG as a MAP?

I'm doing some programming in WPF. My goal is creat a TRPG(Text-RPG), so a map is definitely needed. I got a PNG picture that can be separated in 5×5. I want to separate this PNG, the add some Code ...
0
votes
0answers
13 views

Dynamically resize and rearrange images in gridview

I have a gridview with serveral images of red icons (See image). I want to scale the icons and make them bigger. The images are loaded in imageviews. When i scale the image inside the imageview ...
0
votes
0answers
11 views

Office 2007: Print as PDF issue on hi-res PNG files

It seems that Office 2007 (didn't try other versions) applications including Word, PowerPoint and Excel in our experiments, have issues on working with high resolution PNG files inserted in the ...
0
votes
2answers
40 views

Python PNG decoding - Huffman coding

As a part of my homework, I am supposed to write a simple PNG reader in Python. I am forbidden to use any Python libraries that work with images, and as a result I should have a list lists(rows of ...
-1
votes
0answers
9 views

How can I convert Phtoshop psd files to png sprite sheet for my games [closed]

I am an indie game developer. How can I convert Phtoshop psd files to png sprite sheet for my games. I have no experience in photoshop. Is there any easy step to do that?
0
votes
1answer
19 views

How can I convert several jpgs into single multi-page pdf file?

I have several .jpg files, named sequentially from a.jpg to j.jpg. I tried simply concatenating them into single pdf file: convert *.jpg output.pdf but then I saw that two of the images were a ...
0
votes
0answers
16 views

Masking an image cross browser ( IE9 >)

I'm having a problem with image masking, I just can't find the right solution. I tried several techniques but none of them are the right solution for me: I've tried the mask-image: url(mask.svg) ...
-1
votes
1answer
22 views

PNG replaced by GIF when browsing with IE

I have an asp.net C# 3.5 web app, hosting in IIS7 (win 7). We use png image files. Browsing with Chrome, all is fine. With IE, all <img> are looking for gif version of files !
-1
votes
0answers
5 views

h.264 IDRs transcodeing to jpeg or png files [closed]

I have a linux C program that extract IRDs from an h.264 stream. I would like extend it and have the IDRs converted into jpeg or png files. What is the best way to do that? Are there transcoding ...
1
vote
2answers
45 views

Html table converting into a png image by java

I use html2image librarie to convert a html table into a png image ,but it doesn't work for me because it doesn't preserve the style and the look and feel of the table. here's the test code that i ...
0
votes
2answers
49 views

Converting a PNG to GIF using PHP

This should be fairly simple (given the tools on hand) but there's something I'm completely overlooking.. I'm trying to convert a PNG as a base64 URL to a GIF87a or a GIF89a GIF using PHP. I've got ...
0
votes
0answers
19 views

Why do some of my png files not work with mipmaps (android opengl app)

I use the following code to create mipmaps in my android app gl.glTexParameterf(GL11.GL_TEXTURE_2D, GL11.GL_GENERATE_MIPMAP, GL11.GL_TRUE); It works with most of my .png files, but some of them ...
0
votes
0answers
25 views

PHP Convert PDF Binary data into a PNG or JPEG

Im using PDFLIB to generate a PDF but im not saving the pdf instead im getting the Binary data for the PDF. What I would like to do is take that data and convert it to a PNG or even JPEG. Does anyone ...
-1
votes
3answers
40 views

Unity 3D game - trouble with simple PNGs of circles

We are having a game developed by a Unity programmer. There seems to be an issue with imported PNG files we have supplied. Its a simple solid circle, and I have left some transparent space around it. ...
-2
votes
0answers
19 views

Any notice about upload png to nginx server [closed]

Everything goes ok, when handle the jpg picture , but when upload the type of png picture,it always lose some bytes ,any body has met the problem, and I use nginx server.Wish your answer.
3
votes
2answers
46 views

Resize images with transparency in php

I have looked all over for how to correctly manage alpha when I'm resizing a png. I've managed to get it to keep transparency, but only for pixels that are completely transparent. Here's my code: ...
0
votes
1answer
51 views

Should I use SVG or Canvas for a Paper Doll Game?

I'm working on creating a new version of my paper doll game here. Right now it's in Flash. I'd like to update it to HTML 5, but I'm not sure whether to use SVG, or images drawn in Canvas, or pngs ...
2
votes
1answer
50 views

Differences between exportation of png and pdf plots

I have an issue with the exportation of my plots in Rstudio. The result is not the same when I export a plot in a classic image format (png, jpg...) than when I try in pdf. Differences are not very ...
1
vote
2answers
37 views

A certain png image disappeared from layout

i have a layout xml which has 16 image button. one png image which is declared in that layout does not show in activity.(only android 2.2 / 2.3) when i add dummy image in drawable, strangely enough, ...
2
votes
3answers
34 views

color overlay png in html5/css3

I have a lot of png-images, and now I want to change their color. I could open all these images in photoshop and add a Layer style - Color Overlay. For example: ...
-1
votes
1answer
21 views

Highcharts Export without internet

In my project/setup, both client & server doesn't have Internet connectivity. Any idea how to export data as .PNG or .JPG since export.highcharts.com wont be accessible.
0
votes
1answer
21 views

Getting metadata for a png format image using php [duplicate]

I can use exif tags for getting the metadata of a jpeg or a tiff format image.But what should I do to get png metadata? Example: My code for getting exif tags: <?php $image = "NATU.png"; ...
0
votes
1answer
54 views

How to load a png file in wpf and have it be the same size as in Paint

I am having a problem loading a pgn file in WPF using VS 2008 3.5 framework. The file loads and displays ok, but the size is off. I have researched other questions, and have tried various ...
0
votes
3answers
37 views

Failure reading PNG files with Ruby on Windows

I am creating a Zip file containing both text files and image files. The code works as expected when running on MacOS, but it fails when running on Windows because the image file contents are not read ...
1
vote
0answers
25 views

Converting SVG to PNG with python sometimes results in non-smooth curves

The goal: SVG to PNG in python application I'm converting SVG files to PNG's and having a strange problem. For most files, the PNG renders perfectly, but for some, the curves are rendered as straight ...
1
vote
1answer
46 views

Why PNG compression is that much slower than JPEG on Android?

I've been toying with Android Bitmaps a bit and found out, that PNG compression takes much more time than even highest quality JPEG one. Much much more. On my device it can be roughly up to 10 seconds ...
0
votes
1answer
18 views

Converting png to jpeg increases image size

When I convert png to jpeg , size of image is increasing for 2 percent cases. I am using convert command of imagemagick for this. Also able to handle alpha transparency factor by maintaing white ...
0
votes
5answers
48 views

How to change the background colour's opacity in CSS

I have a PNG file which I give a background colour to its transparent areas, but I would like to make the background colour a bit transparent, like opacity. Here is my code so far: social img{ ...
2
votes
2answers
36 views

Photoshop script ignores transparency on saving into png (Mac OS)

For example I have a project with two layers. First layer is transparent. Second layer has a rect and its opacity is 50%. After saving in a saved file the picture looks like as the opacity was 100% ...
0
votes
2answers
56 views

How to “include” a .PNG image in a binary file?

I'm doing some resource management code where I take a bunch of different resources (image positions etc.) along with the actual images and make a single binary file out of them. Now, how do I ...
-1
votes
0answers
12 views

Incomprehensive characters when I click on png files in drawable folder

Every time I copy and paste my png files to the drawable-hdpi folder and I click it to see them, instead of the pictures I get a page with incomprehensive characters, that is impossible to understand. ...
2
votes
0answers
29 views

[SOLVED]imagecreatefrompng() with generated png from a php file

See below for the answer I am getting error with this code header ("Content-type: image/jpeg"); $nomphoto = "antigua.jpg"; // On charge d'abord les images $source = ...
0
votes
0answers
73 views

MFC VC++ : Picture Control fails to load PNG images

I use the following code for loading PNG image into a Picture Control. .... LPSTREAM pStrmDefImg = TurnStream(MAKEINTRESOURCE(resourceID),_T("PNG")); if(pStrmDefImg != NULL) { CImage img; ...
2
votes
2answers
72 views

Loading .png to Bitmap

I need to access pixels of a .png file through F#. I can load it into an Image by its FromFile method, but I can't access its pixels. I don't know how to turn an Image into a Bitmap. Where I could ...
-2
votes
1answer
39 views

Changing src of an img

this is a simple question and I´ve read many posts here about my problem. Everytime there is a solved problem but my problem still exists. I will load a image source via jquery post. The page is ...
0
votes
0answers
16 views

installing lib png allegro 4 error

I have installed the allegro png library to use it in my application, but when I call alpng_init(); and try to compile it, I get the following error although I have included png.h: viewInit.cpp: In ...
0
votes
2answers
34 views

JAR won't work after adding images

I've written a game that uses PNGs, and when I exported it, the images wouldn't work. I added getClass().getClassLoader().getResource() to everywhere I import an image, but the JAR won't even launch ...
1
vote
1answer
44 views

Android Maps overlaying a PNG image file

I am using Google Maps Android API v2 for creating a application which provides users with a custom map image and markers for place information. I would like to know if there is any option to overlay ...
1
vote
1answer
39 views

Add text/annotation to PNG image using C

I've written a small tool in C that generates images from data out of a database. The images are in PNG format and now I need to add some text to the image. I can't find any examples on how to create ...
0
votes
0answers
30 views

Image creating with PHP, only seems to accept png files

SO I found this script, and I edited it. It's not quite finished, and stuff needs deleted from it, but What it does is creates a picture from html. I can't figure out how to make it accept other image ...
1
vote
1answer
43 views

Incorrect offset for the next block (DEFLATE/PNG)?

EDIT: This refers to the actual datastream block within IDAT (and the only IDAT chunk at that). I successfully navigate through the relevant critical chunks, from IHDR to IEND -- the problem is in the ...
0
votes
0answers
29 views

I can't seem to get my jpeg to convert to png on upload [duplicate]

I have two scripts, one requires my pictures be png, but my uploaders create it as a jpeg. If I try to edit it to make it to where the image is converted into a png, it uploads it as a pure blak file, ...
0
votes
1answer
65 views

svg to png conversion is not similar to svg

I am creating an SVG image, and then converting it to PNG. This is not working, however - the PNG is either not created or created incorrectly. Sample SVG: ...
0
votes
2answers
51 views

Display image from database showing same images

I am trying to display an image coming from the database and I was able to get it but the problem is, it's displaying same images even though I uploaded different images. Here's my code: <?php ...
0
votes
2answers
48 views

Why are these resources failing to load?

My asp.net project has several .png (and a few .gif) files in the \Content\Images folder. Two are not found; Chrome Dev Tool's Console tells me: "Failed to load resource: the server responded with a ...

1 2 3 4 5 50