-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
__/ [nodiseos@xxxxxxxxx] on Wednesday 04 January 2006 06:17 \__
> I have about 000 grayscale iages i need to convert to bitonal. Is
> there a way to batch proccess this in gimp?
__/ [sundar] on Wednesday 04 January 2006 10:59 \__
> better use imagemagick which is more suitable for the job.
> http://www.imagemagick.org/script/index.php
> - Sundar
Better look at:
man convert
"-colors" seems like what you are after. By the way sloppy writing does not
help understand what you are trying to achieve. Regardless, here is an
example script:
for file in ls *.jpg
do
echo ${file}
convert ${file} -colors 2 ${file}.jpg
done
Hope it helps,
Roy
- --
Roy S. Schestowitz | Anonymity - established 2001, Google Groups
http://Schestowitz.com | SuSE Linux | PGP-Key: 0x74572E8E
6:10pm up 29 days 1:21, 14 users, load average: 0.72, 0.65, 0.63
http://iuron.com - next generation of search paradigms
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2-rc1-SuSE (GNU/Linux)
iD8DBQFDwVc/U4xAY3RXLo4RAodcAKCdDJ9w499tgEW/Q7DHGDjoE1hUcwCeN/oU
DxA9zpOj6IbN0A8d9tZ2sPk=
=CClG
-----END PGP SIGNATURE-----
|
|