png Questions

2

Solved

HTMLCanvasElement has toDataURL(), but OffscreenCanvas does not have. What a surprise. Ok, so how can i get this toDataURL() to work with Worker-s? I have a ready canvas (fully drawn), and can sen...
Malaria asked 7/6, 2019 at 12:26

5

Solved

All disc-shaped images I see are actually within a rectangular box, and have the sides (black portions in the below image) made transparent. Is it possible to have a circular canvas itself? Or w...
Newsletter asked 31/7, 2012 at 15:37

4

Solved

How can I get the detail informations from a specific .png file in PowerShell? Like dimensions, bit depth and size.
Dagmardagna asked 4/3, 2012 at 4:40

2

Solved

I know how to save the canvas using p5.js. However I want to save the canvas as a very large png (for example 8000x8000) so that I can use it in Photoshop and scale down the image to the appropriat...
Risk asked 17/3, 2019 at 20:33

4

Solved

I have a wpf application and a class library(dll) project. In my dll I have an images folder with some .png files set as Resource. I want to reference and display the image using the wpf main appl...
Rai asked 16/2, 2010 at 9:47

5

Solved

So I have seen quite a few ways to darken images with CSS, including ones with rounded corners, but my problem is different. Let's say I have an .png image that looks like a little dog (just go wi...
Misalliance asked 2/4, 2013 at 13:36

4

I'm creating transparent text -> png images with php and so far so good. The only problem is that I want the ability to have the text word wrap due to a fixed width.. Or alternatively be able to in...
Narcosis asked 29/5, 2011 at 6:17

2

Solved

I have a bunch of png files in a directory and I want to convert them into a gif (animated) file via R. Can you please advise how to do that?
Diplex asked 31/5, 2019 at 6:4

3

Solved

I'm trying to add a picture (jpeg,png doesn't care) to a plot which is defined by the layout function. For example: a<-c(1,2,3,4,5) b<-c(2,4,8,16,32) m <- matrix(c(1,1,1,1,2,3,2,3), nro...
Heller asked 6/1, 2015 at 14:4

0

I have a PNG file which has 8-bit color depth as evidenced by file properties: Yes, when I open the file var filePath = "00050-w600.png"; var bitmap = new Bitmap(filePath); Console.WriteLine(bi...
Hesitancy asked 3/5, 2019 at 23:39

1

I have transparent images like shapes,letters which I'm fetch from gallery so I need to give them stroke/outline with black color, I can set border but It's set to whole bitmap like left,right,top ...
Extirpate asked 21/11, 2018 at 7:2

2

Solved

My program runs fine in Netbeans, but I get the following error when I run my applet in a browser: java.lang.IllegalArgumentException: input == null! at javax.imageio.ImageIO.read(Unknown Source)...
Warrior asked 11/10, 2012 at 14:20

4

Does anyone know of a node.js module for creating indexed PNGs? I've looked through this list of node graphics modules, and some of them allow png creation, but none seem to allow you to specify a...
Equiponderate asked 4/9, 2012 at 10:0

3

I must be missing something completely obvious here, but can't find anything online to tell me otherwise. I'm trying to pull a .png into a page using: background:url(img/runner1.png) no-repeat; ...
Forelady asked 6/12, 2011 at 21:27

3

I am using GD to output an image that is a truecolor+alpha channel PNG file using imagepng just fine. However, I would like to have the ability to also output an ie6-compatible 256-color PNG as wel...
Marker asked 12/4, 2010 at 13:20

1

Solved

I'm trying to encrypt and decrypt an image using RSA algo. For that, I need to read the image as greyscale and then apply the keys and save the uint16 type array into a png or any image format whic...
Mcbrayer asked 23/3, 2019 at 8:30

4

Solved

I have an application which depends on a plethora of libraries (don't we all). Most of these libraries are installed via the package manager. For the ones which are not, I have re-compiled them but...
Unweighed asked 4/4, 2011 at 21:15

4

Solved

I'm currently using the following to write a PNG to a file: #include <png.h> #include <stdio.h> #include <stdlib.h> #include <stdint.h> /* Pixels in this bitmap structure ...
Sizable asked 30/11, 2009 at 19:17

8

Solved

How do I check if a PNG image has transparent pixels using PHP's GD extension?
Toro asked 31/3, 2011 at 4:17

1

All I need is to create a .png image with transparent background, draw some text in black on it and save it using img.save('target.png', option='optimize') It looks like PIL saves .png images in 3...
Choe asked 2/1, 2010 at 15:44

3

Solved

I'm using ImageMagick's convert utility to convert SVG file to PNG image. At first, I used vanilla installation of IM on OSX (brew install imagemagick) to convert the SVG using: $ convert file.svg...
Searby asked 21/7, 2012 at 12:16

2

Solved

I'm trying to convert SKSpriteNode as a PNG image with transparency to Camera Roll. This saves the image but not with transparency: let image = UIImage(cgImage: (spriteNode.texture?.cgImage())!)...
Colostomy asked 26/11, 2017 at 11:31

0

I was just wondering, if there's some way how to automatically save the content of the cell (including the cell output) to a PNG/PDF/JPG/GIF. I'd be happy with any of the alternatives. For document...
Faience asked 30/1, 2019 at 13:9

1

Solved

I am on OSX, running python and trying to extra EXIF data from a large set of images in my library. I've been using Pillow so far with my JPG photos and it works like a charm. However, I stumbled ...
Incongruent asked 20/1, 2019 at 0:36

2

Solved

[[[globalSingleton paintingView] drawingView] setOpaque:NO]; [[[[globalSingleton paintingView] drawingView] layer] setOpaque:NO]; [[[globalSingleton paintingView] drawingView] setBackgroundColor:[...
Phyla asked 7/7, 2012 at 19:52

© 2022 - 2024 — McMap. All rights reserved.