PNG (portable network graphics) is a bitmapped image format and video codec using lossless data compression.
0
votes
2answers
30 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
29 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 ...
0
votes
1answer
19 views
Php-gd png image resize bug
I have a weird bug.
When I create a thumb from a png image with transparent background, the thumb filesize is larger (173,56 KB 500×339 px) than original (64,98 KB 600x407 px).
I think you should see ...
1
vote
0answers
22 views
Background-color, svg and png in iOS
I have a svg background with a fallback png for devices that do not support svg. I try to give a background color too. It works in all desktop browsers, even IE8. But not in iOS. (I do not have any ...
0
votes
0answers
9 views
Unable to open PNG file with kview or PictureViewer; opens fine with other viewers
I have a PNG file created using libPNG library. The file opens perfectly on Windows picture viewer and MS Paint, but opening with kview (on Linux RHEL5) or QuickTime PictureViewer (on Windows) fails - ...
0
votes
2answers
19 views
Why does one of my pngs have a query string attached?
I'm not using any WP cache plug ins. I've noticed that only one png out of the other pngs (and other images) I have on my WP site has a query string attached to it when I look at in Chrome dev tools. ...
1
vote
0answers
27 views
Alphatransparent PNG over selectable form fields (sliding envelope)
I'm building the contact form of a portfolio website. I wanted to have an envelope at the bottom of the page from which the contact form comes sliding out as the user scrolls down. I did this by ...
2
votes
0answers
41 views
How to sign and convert integers in Javascript, output to HTML canvas, and reverse process?
I'm attempting to convert images (using HTML canvas) from RGB to the YCoCg colour space, and save the output from canvas as a PNG, which can be converted back losslessly, based on code from here:
...
1
vote
2answers
33 views
SDL Image Not Supported : cute2.png is not a PNG file, or PNG support is not available
I was just trying a tutorial, as :
http://lazyfoo.net/SDL_tutorials/lesson03/windows/msvsnet0508e/index.php
http://lazyfoo.net/SDL_tutorials/lesson02/index.php
and tried to load and display my ...
1
vote
0answers
66 views
Converting RGB images into lossless video with avconv / ffmpeg [migrated]
I am trying to convert a series of PNG24 images containing a screen animation to a lossless video, so that every pixel is reproduced exactly as it was in the original. But avconv (and ffmpeg) both ...
0
votes
1answer
29 views
android png from url has its transparency showing as black
I have tried loading a png-8 from a url to an imageview, but the transparency is lost and turns black.
So i tried a png-24 and same problem.
Here is the kicker, if I copy the image from the url, and ...
2
votes
1answer
46 views
How to create retina image from JPEG with PHP
A few months ago i wrote the following script to convert an uploaded image with PHP to Retina and non retina images. The iphone app that was working with this script only used PNG images, so i wrote ...
0
votes
1answer
30 views
Silverlight image bind with .png not work
I was careful to check this in the forums, but I did not find a solution.
This works perfect:
<Image Margin="0,0,0,0" Stretch="UniformToFill" Source="http://localhost:5313/Images/1.png" ...
0
votes
0answers
15 views
IE8 can't download some images, and the images it can't download change with each page refresh
I am working on a leaflet map and had been thinking that IE8 was running the javascript very slowly, but now I think IE8 is just struggling with the images. Oddly, though, the images IE8 can't handle ...
-1
votes
2answers
45 views
How do I improve the compressibility of my PNG images? [closed]
I'd like to know how to ensure good compressibility on PNG images. Note that I'm not asking for how to compress PNG images well (using tools like pngcrush) but how to ensure that the image content in ...
0
votes
1answer
26 views
convert png to jpg and download jpg image
Hi,
I have given an option to user to Export Images As JPG and I have stored png images
So, i have created some php script to do so.
png is converting fine..
but when i downloaded the jpg image and ...
0
votes
1answer
27 views
Generating a 16-bits per channel PNG file procedurally
Is there any way to generate a 16-bits per channel(RGBA) PNG file using D3DX11SaveTextureToFile?
Or any version of DirectX, any image library(C++), any image format
I tried to use the sample code ...
0
votes
0answers
14 views
Design catalog for transparant PNG Canvas Layers with Jquery and HTML5
I need to start a project that will include a catalog of drawing files. Dragged and dropped onto a Canvas. I have decided against SVG due to the customers unwillingness to allow his vector files into ...
0
votes
2answers
43 views
three.js toDataURL PNG is black
I'm trying to grab a screenshot with renderer.domElement.toDataURL("image/png"), and save it to a file.
The image is the right size, but it's black.
I have preserveDrawingBuffer turned on.
I think ...
0
votes
0answers
69 views
can we convert PNG image to canvas
I have a couple of image in my web site would like to convert to canvas is it possible to convert the PNG image to Canvas. The conversion should be accurate.
Thanks
0
votes
1answer
36 views
Compressing an NSKeyedArchiver file that included UIImageView with loaded image
I have a view with an UIImageView. It was loaded with either jpg or png image format. Says the jpg image version has a data size of 100k. I then used NSKeyedArchiver to save my view to a file. ...
0
votes
0answers
37 views
Using imported PNG images with ggmap
I think ggmap is a great package, but feel limited by it's get_map() function only working with three mapping services, and that the default format for acquired maps is square.
So I'd like to import ...
-1
votes
0answers
15 views
Photoshop: PNG images converted to EPS [closed]
I have a web app that creates images. I have been testing with png but then realised i need to use EPS images. The images are just blocks of colour. However if in photoshop i just saveas EPS will the ...
0
votes
1answer
36 views
ghostScript Crop pdf to thumbnail in rails
I want to covert PDF to thumbnail of 185x185 size. I am using cropBox option of ghostScript to crop this PDF. But it is creating a thumbnail from left bottom side of of PDF.
gs -q -sDEVICE=png16m ...
0
votes
2answers
42 views
Is UIImage (UIGraphicsBeginImageContextWithOptions()) creation faster than init with PNG?
Would using this class method and creating a solid color UIImage be faster than creating a png with a solid color?
+ (UIImage*) imageWithColor:(UIColor*)color size:(CGSize)size
{
...
0
votes
1answer
53 views
How can I make a gif out of a .png containing several frames? [closed]
I need to automatically convert to an animated .gif a .png file containing several frames. I know how many frames does each file contain. All images have transparency, but no alpha channel. Frames are ...
8
votes
1answer
96 views
How can I remove the strange white margin around my .png (plotted with r, ggplot)?
I save plots with ggplot as .png. The background has to be black, but there is allways a small white margin (only top, down an left; not right).
How can I remove this margin?
Thank you!
Here is my ...
2
votes
2answers
49 views
How can I split animated PNG with PHP?
There are a lot of solutions about how to create an APNG image (animated PNG), but how can I split APNG image frames into separate images?
Thanks in advance.
-2
votes
0answers
13 views
Need an APNG decoder (splitter) class [closed]
Does anyone know where I can find an APNG splitter class in PHP? I am sure there was one. I had it some time ago, but lost it somehow and can not find it in the internet anymore. Please, help!
0
votes
1answer
36 views
How can I read the metadata from bitmaps in Android (Java)?
How can I read the file format (png, jpg, gif, bmp, tiff, etc) and the width, height, and for those that have the value, the DPI for a bitmap?
Android does not have javax.imageio.* so the standard ...
-1
votes
1answer
33 views
How can I access the textual information encoded in a PNG image file? (in objective c / iOS) [closed]
The PNG image format allows for encoding text information within the file (title, description, copyright, author, etc).
The libpng library (written in c) is the example implementation to encode and ...
0
votes
1answer
25 views
How can I make UIBarButtonItem image transparent?
I'd like to use the attached png as an image of an UIBarButtonItem.
I'd like to set its black background as transparent, but I can't find any way to set it as mask color in XCode. How can I make it ...
0
votes
0answers
64 views
Add favicon on my web site
There is something i can understand. I try to have a favicon on my web site.
Yt-Stats
When i pass the favicon to the validator it's ok :
Validator
But when i past the url of my web site on ...
4
votes
1answer
105 views
Can't increase title and x/y label size in a ggplot2 plot saved as a PNG file, but it works fine on screen
I am hitting a small, but not insignificant brick wall with this oft asked and answered question.
I am using Rstudio 0.97.336 and R 3.0.0 on Linux. I am making a (much more complex) graph to put in a ...
-1
votes
1answer
47 views
Editing Tumblr theme's HTML to accommodate transparency
I have a Tumblr blog, and I'm using the Effector theme. I like it, but unfortunately it colors the backgrounds of all partially transparent images black. Is there any way I can edit the theme's HTML ...
0
votes
0answers
24 views
Creating a PDF viewer for Silverlight, without external plugin
I'm trying to implement / use PDF viewer for Silverlight 5 in the browser.
Googling the subject produced some interesting results but most of them are based
on having an external PDF viewer such as ...
-1
votes
1answer
45 views
Which option is more lightweight? CSS diagonal lines or small repeating .png image?
I want my web application to be fast and cross-browser compatible. There will be a lot of animated motion by javascript.
Is there a remarkable difference in CSS diagonal lines (by gradient) or small ...
0
votes
0answers
31 views
How Can I reduce size of my App consists of png's
My app consists of 12.6MB , of which 600Kb is code.I want to reduce the Size as much as possible.Referring to many posts on stackOverFlow.com, I came to the summary to Shrink all the images.
if ...
0
votes
3answers
37 views
Is there an algorithm to compress multiple images that are not much different apart?
I have a set of 100+ images that only differ a few pixels. They also don't have many different colors. Is there a way to compress them together by taking advantage of that?
0
votes
0answers
32 views
Animating PhP Generate PNG Images
I have a PhP script that generates a random sentence every load (located here), And I wish to add a underscore ('_') flashing animation to it.
I have use the tutorial supplied by ...
0
votes
1answer
39 views
How do I set the compression parameter for PNGs in imsave() (Agg backend)?
I want to disable (or lower as much as possible) the compression for plt.imsave(). I just want to quickly dump out PNG images that are reused almost instantly anyway.
Any ideas how to do that?
(I am ...
-1
votes
0answers
36 views
Highcharts export failure - “Sorry, the server is handling too many requests at the moment” [closed]
I am running into a problem with the export server for Highcharts at the moment. I have a bunch of charts that gets converted into a single PDF using export.highcharts.com. It had worked fine for a ...
-1
votes
1answer
45 views
RaphaelJS SVG to PNG
I am currently struggling to convert SVG and its contents to a png using PHP. I am using raphaeljs to draw shapes onto an image and then i covert the shapes and image to a SVG. I have the svg tag and ...
-1
votes
1answer
22 views
Multiple icons stored in one image file [closed]
I have searched for ages, but the internet simply does not have any information on what i am looking for...
So i come across images in resources from programs on my computer, and images on the ...
0
votes
2answers
33 views
iMagick - DPI of PNG
I have an PNG that I have saved as 300DPI
When I'm using iMagick it returns as 118.11 DPI when using the getImageResolution()
Any ideas what I'm possibly doing wrong?
Thanks
-1
votes
1answer
32 views
re-sizing graphic images - png - text [closed]
When you re-size a png image (programatically or via photoshop), does the quality of the image deteriorate? Specifically does text becomeblurry.
Is it better to re-size the text in the original ...
0
votes
1answer
56 views
PNG has black background
I'm using a lib to easy save images.
http://www.white-hat-web-design.co.uk/blog/resizing-images-with-php/
But the problem is that it saves transparant png with black background. I have search and ...
1
vote
2answers
39 views
Adding a transparent circle to an image on python with PIL
I have a python program that craetes a png file with a circle on it. Now I want this circle to be semi transparent, given an alpha value.
Here is what I do:
img_map = Image.new(some arguments here)
...
0
votes
2answers
57 views
Converting a 24-bit PNG image to an array of GLubytes
I'd like to do the following:
Read RGB color values from a 24 bit PNG image
Average the RGB values and store them into an array of Glubytes.
I have provided my function that I was hoping would ...
0
votes
1answer
58 views
Looking for good JPEG,PNG,TIFF,PDF etc viewer component for .NET
I want to use Image viewer in my project but I need a good component. It doesn't matter free or licensed. It must support scrolling around multiple TIFF files, PDF, JPEG, PNG, BMP etc.
It is optional ...



