Search found 3 matches
- 2016-03-22T13:15:21-07:00
- Forum: Users
- Topic: Appending multiple png files causes large relative file size growth
- Replies: 6
- Views: 4760
Re: Appending multiple png files causes large relative file size growth
I have run quite a number tests on the images I have. At first I didn't want to use jpeg compression (due to potential loss from re-compression), but after a real close look, I have determined that its minimal to not perceivable in this instance. Lets call this one closed. Thanks for everyones help!
- 2016-03-22T12:11:00-07:00
- Forum: Users
- Topic: Appending multiple png files causes large relative file size growth
- Replies: 6
- Views: 4760
Re: Appending multiple png files causes large relative file size growth
I tried the approach with the PNG8 output and the image color washed out. The main goal here is to get these images assembled into a much larger image with minimum loss and file size gain. I am not limited to png files at this point. Any thoughts on how to accomplish this? Many thanks for your ...
- 2016-03-22T10:33:26-07:00
- Forum: Users
- Topic: Appending multiple png files causes large relative file size growth
- Replies: 6
- Views: 4760
Appending multiple png files causes large relative file size growth
I am trying to append multiple png's into a single large image with the following command: convert -append *.png bigtest.png This works and concatenates the png images together in an up and down manner (which is what I am looking for). The problem is that the resulting file is 249.9KB while the 4 ...