Skip to main content

Questions tagged [png]

The tag has no usage guidance.

0 votes
0 answers
41 views

Failing to extract image from MP3

I have MP3 files with ID3 images of type "Other". I have tried a variety of methods to extract the images, including the suggestions at How to Extract Album Cover Image from MP3 file? To ...
Ubuntourist's user avatar
0 votes
2 answers
82 views

Is there a way to find all PNG files in a folder that have transparent pixels

I have a couple thousand PNGs, all of them probably support the alpha channel but only some of them actually use it (Only some of them actually have transparent pixels). Is there any way at all for me ...
Cestarian's user avatar
  • 2,071
0 votes
1 answer
56 views

How to scan barcode in JPEG format with zbar in Linux?

I am working on an embedded Linux system (kernel-5.10.24). Now I am trying to use zbar-0.23 to scan barcodes in JPEG format, but I don't know how to do that. There is an example/scan_image.c, which ...
wangt13's user avatar
  • 443
0 votes
1 answer
147 views

difference between convert -quality and convert -resize and convert -density

I'm trying to reduce file size of a .png in the terminal with Imagemagick convert Does anyone know the difference between convert -quality , convert -resize and convert -density ? convert -quality ...
cardamom's user avatar
  • 602
0 votes
1 answer
464 views

Why are my PNG files becoming corrupt so frequently?

I use R/RStudio to draw graphics and maps, and save them as PNG. Along the creation process, I save the same file over and over, to see how it's going, until I get to the final product. Sometimes the ...
Rodrigo's user avatar
  • 1,842
0 votes
0 answers
674 views

BASH: How to check if a file with a specific content is inside a png image

I have recently found a way to put files inside a PNG image without destroying the image using cat example.png example.7z > example-combined.png, which also works with standard ZIP archives. This ...
Lampe2020's user avatar
2 votes
1 answer
258 views

Merge a png on top of a gif with shell

I am trying to merge a png with a gif (put the png on top of the gif) and then have the result as a gif. I played around with convert, but cannot quite get it to work the way I need it. I have tried ...
milehigh 's user avatar
-2 votes
1 answer
1k views

read apng (Animated PNG) [closed]

How to see those kinds of animations Apparently Firefox support them, but isn't there a more dedicated software for that, a lighter one? A software dedicated to see a picture or something
wxi's user avatar
  • 149
1 vote
2 answers
567 views

Thunderbird/X11 - pasting images from clipboard/primary selection fails unless I first paste to libreoffice

If I do a screenshot to clipboard like this: xsnap -png -stdout | xclip -selection primary -t image/png .....then a middle-mouse-button-paste to thunderbird yields a binary paste starting with '�PNG ...
Dag B's user avatar
  • 11
1 vote
2 answers
2k views

Convert pdf to png, size issue

I have a pdf file created from an impress presentation. I want to convert the pdf to png images to add them to create a video using them. I am using pdftoppm to convert the pdf to png, but the ...
jjcasmar's user avatar
  • 333
1 vote
1 answer
71 views

Method to layout graphics file and pdf file for printing

I'm working on a project to automate the creation of shipping labels, (Avery 8127) to be exact. I get a PNG of the USPS/UPS/FedEx shipping label, but the packing slip can vary between a PDF or a ...
Allan's user avatar
  • 1,060
1 vote
1 answer
2k views

Why are my PNGs executable?

I noticed that most of my image files are green when the ls command is used but some of them look purple. Apparently .png and .jpg files are supposed to look Magenta while executable files are Green. ...
Marcus's user avatar
  • 113
0 votes
0 answers
131 views

Converting many PNGs to PDF?

I have been using the following command: convert *.png out.pdf But it seems to be limited to only convert 38 images, the output file is about 50 MB, it makes me wonder if there is a limitation in ...
Tanatos's user avatar
5 votes
1 answer
3k views

Drawing a straight line with Pinta

I'm trying to superimpose a straight line onto a .png image. GIMP is notoriously impossible to use for simple things, so people have suggested Pinta. However, as far as I can tell, the only lines you ...
Leo Simon's user avatar
  • 453
0 votes
0 answers
241 views

Why is my png image data disappearing?

I've been creating a few PNG images with some maps in the last days (using R). After the images are finished, I move them to a separate folder labeled "ok", so I don't get the risk of overwriting them ...
Rodrigo's user avatar
  • 1,842

15 30 50 per page