Though this is a bit unrelated to this thread (though very tied to how I'm using it), do you know of a way to do a batch convert of files in imagemagick? I don't mean in a for loop or using something like gnu parallel, but I mean internal to imagemagick.
If you're going to run a particular command ...
Search found 5 matches
- 2016-03-25T08:24:49-07:00
- Forum: Users
- Topic: Converting a tiff file to jpeg without increasing filesize
- Replies: 9
- Views: 18109
- 2016-03-24T17:28:44-07:00
- Forum: Users
- Topic: Converting a tiff file to jpeg without increasing filesize
- Replies: 9
- Views: 18109
Re: Converting a tiff file to jpeg without increasing filesize
Great thanks so much for the info!
- 2016-03-24T16:43:56-07:00
- Forum: Users
- Topic: Converting a tiff file to jpeg without increasing filesize
- Replies: 9
- Views: 18109
Re: Converting a tiff file to jpeg without increasing filesize
Thank you very much for the caution!
Though this is a bit unrelated to this thread (though very tied to how I'm using it), do you know of a way to do a batch convert of files in imagemagick? I don't mean in a for loop or using something like gnu parallel, but I mean internal to imagemagick. I'm ...
Though this is a bit unrelated to this thread (though very tied to how I'm using it), do you know of a way to do a batch convert of files in imagemagick? I don't mean in a for loop or using something like gnu parallel, but I mean internal to imagemagick. I'm ...
- 2016-03-24T12:50:20-07:00
- Forum: Users
- Topic: Converting a tiff file to jpeg without increasing filesize
- Replies: 9
- Views: 18109
Re: Converting a tiff file to jpeg without increasing filesize
Thank you very much for all the help! Sorry about the versions, here it is:
$ convert --version
Version: ImageMagick 6.7.7-10 2014-03-06 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2012 ImageMagick Studio LLC
Features: OpenMP
I'm running this on ubuntu and imagemagick was ...
$ convert --version
Version: ImageMagick 6.7.7-10 2014-03-06 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2012 ImageMagick Studio LLC
Features: OpenMP
I'm running this on ubuntu and imagemagick was ...
- 2016-03-24T12:05:58-07:00
- Forum: Users
- Topic: Converting a tiff file to jpeg without increasing filesize
- Replies: 9
- Views: 18109
Converting a tiff file to jpeg without increasing filesize
Hello,
I'm trying to convert a lot (millions) of tiff files to jpegs without increasing the filesize too much. Here is an example conversion:
$ convert img.tif img.jpeg
$ du -b img*
214377 img.jpeg
9655 img.tif
So I'm seeing more than a 20x increase in filesize. Ideally I'd keep the filesize ...
I'm trying to convert a lot (millions) of tiff files to jpegs without increasing the filesize too much. Here is an example conversion:
$ convert img.tif img.jpeg
$ du -b img*
214377 img.jpeg
9655 img.tif
So I'm seeing more than a 20x increase in filesize. Ideally I'd keep the filesize ...