pngpaste icon indicating copy to clipboard operation
pngpaste copied to clipboard

Paste PNG into files, much like pbpaste does for text.

Results 7 pngpaste issues
Sort by recently updated
recently updated
newest added

pngpaste will only paste or base64 convert image data of the first frame of an animation. It would be nice to output the entire file data, instead.

The original picture is: ![](https://saidicaprio.oss-cn-shanghai.aliyuncs.com/test/1553226226224.jpg) When I used pngpaste ![](https://saidicaprio.oss-cn-shanghai.aliyuncs.com/test/123.png)

Now if only I could do this: pngpaste - | convert - -resize 50% - | pngcopy

I made a pngcopy command separated from pngpaste!

Hello, i have Problem in Building. $ make ---- ``` cc -Wall -g -O3 -ObjC \ -framework Foundation -framework AppKit \ -o pngpaste \ pngpaste.m cc: error: Foundation: No such...

I distribute pngpaste to users in my Adobe After Effects CEP extension as a means of pasting clipboard images into After Effects. I am getting some users reporting this error...

Hi, am I doing something wrong: I copy image to clipboard and try to paste it to another directory with: `pngpaste test.png` This throws an error: `47691 segmentation fault pngpaste...