Search found 4 matches
- 2018-10-08T13:45:10-07:00
- Forum: Users
- Topic: Export the palette of an 8-bit color image to an image.
- Replies: 3
- Views: 4027
Re: Export the palette of an 8-bit color image to an image.
I had to make some minor changes to have it work with the magick command of IM 7, but it did what I wanted it to do. I'll work at altering the output into the 16x16 image that I want. Thanks for the reply snibgo. I have come across your site numerous times in the past looking for complex use of ...
- 2018-10-08T11:05:20-07:00
- Forum: Users
- Topic: Export the palette of an 8-bit color image to an image.
- Replies: 3
- Views: 4027
Export the palette of an 8-bit color image to an image.
I'm trying to extract the full palette table of an image using an 8-bit color depth. I have tried variations involving "-unique-colors" and "histogram:info:-", but both of these options reorder the color table and ignore duplicate colors in the table. My ultimate goal is to create a color palette ...
- 2017-08-14T13:11:23-07:00
- Forum: Users
- Topic: PDF with each page the same size from various images of different size.
- Replies: 2
- Views: 2497
Re: PDF with each page the same size from various images of different size.
Thank you so much GeeMack! That was exactly what I was looking for.
I should add that, with -extent in place, I was able to use -density 72 successfully to get all of the DPIs to look the same despite their varying DPI.
I should add that, with -extent in place, I was able to use -density 72 successfully to get all of the DPIs to look the same despite their varying DPI.
- 2017-08-14T12:24:14-07:00
- Forum: Users
- Topic: PDF with each page the same size from various images of different size.
- Replies: 2
- Views: 2497
PDF with each page the same size from various images of different size.
Windows 7, Imagemagick 7.0.5. I'm trying to create a PDF picture book from a collection of JPEG images where each page of the PDF is an image. I'm able to get a start by doing something like this: magick *.jpg output.pdf However, since each page of the PDF takes on the metrics of the source image ...