I open png file with ImageMagick, add border to it, and save it as different file. But I would appreciate if someone shares how to define compression level of the new png file.
Thank you
Search found 3 matches
- 2019-03-07T09:40:22-07:00
- Forum: Users
- Topic: How can I control compression level when saving to png?
- Replies: 1
- Views: 2223
- 2019-02-25T10:56:39-07:00
- Forum: Users
- Topic: How to easily create a gif from pages of a pdf file?
- Replies: 3
- Views: 3105
Re: How to easily create a gif from pages of a pdf file?
fmw42, thank you! I installed Ghostscript and the command-string I posted earlier works now (although the output image is tiny and pixelated, I'll need to experiment with additional commands).
- 2019-02-24T19:18:20-07:00
- Forum: Users
- Topic: How to easily create a gif from pages of a pdf file?
- Replies: 3
- Views: 3105
How to easily create a gif from pages of a pdf file?
Hello, everyone! Come to the point, I need pages of a pdf to act as frames in a gif file and would appreciate your help. There are several complicated command-string examples for ImageMagick on TeX Exchange that should do the job but I would rather ask for a simple command-string here instead, since ...