Timo Kokkonen
|
bc2a3853c8
bump version to 1.4.1beta
|
10 years ago |
Timo Kokkonen
|
8796523fb4
Add workaround to a bug in libjpeg-turbo (v1.3.1 and maybe other versions).
|
10 years ago |
Timo Kokkonen
|
1d0804a73d
fix error: format not a string literal and no format arguments [-Werror=format-security]
|
10 years ago |
Timo Kokkonen
|
fd8a5cfa75
update version string to 1.4.0
|
10 years ago |
Timo Kokkonen
|
90a6148576
cleanup marker checking
|
10 years ago |
Timo Kokkonen
|
e1dae09bc8
cleanup warnings and tweak libjpeg version formatting
|
10 years ago |
Timo Kokkonen
|
3605f168be
remove dependency on libgen.h (basename())
|
10 years ago |
Timo Kokkonen
|
6cd3dcfedd
code cleanup and remove dependency on dirent.h
|
10 years ago |
Timo Kokkonen
|
20e65cd2a0
added --strip-none option and cleaned up marker handling
|
10 years ago |
Timo Kokkonen
|
74e222877d
preserve file group when possible
|
10 years ago |
Timo Kokkonen
|
93844268e2
improved stdin/stdout support
|
10 years ago |
Timo Kokkonen
|
c25c442784
minor cleanup
|
10 years ago |
Timo Kokkonen
|
de0a4760ba
display also libjpeg version when --version is used
|
10 years ago |
Timo Kokkonen
|
ec4159746f
cleanup line buffer handling
|
10 years ago |
Timo Kokkonen
|
062af190ec
cleanup global variables
|
10 years ago |
Timo Kokkonen
|
6558da0a86
make temp file creation bit safer on platforms withouth mkstemps()
|
10 years ago |
Timo Kokkonen
|
e9dc8ef069
removed temp file usage for optimization and added stdin/stdout support
|
10 years ago |
Timo Kokkonen
|
cee36c3928
use stat() instead of fopen() to check if file exists already
|
10 years ago |
Timo Kokkonen
|
c045dc3e63
close input as soon as possible
|
10 years ago |
Timo Kokkonen
|
db754c2eae
update version to 1.3.1
|
10 years ago |
Timo Kokkonen
|
28a04a9187
some tweaks to XMP marker and CVS support
|
11 years ago |
Matteo Croce
|
e2c4c848d1
fix wrong condition
|
11 years ago |
Matteo Croce
|
5814417766
fix printf arguments
|
11 years ago |
Matteo Croce
|
3681ffe5d6
save XMP markers
|
11 years ago |
Matteo Croce
|
bf2c9aa33a
add --csv for batch encoding
|
11 years ago |
Timo Kokkonen
|
6054eb54d2
Typo fixes (thanks to Dan Fandrich)
|
11 years ago |
Timo Kokkonen
|
b402cda06e
Reorganizing Windows support.
|
11 years ago |
Timo Kokkonen
|
b5635a706a
tweaks to allow compiling under Win32 and Win64 (thanks to Javier Gutiérrez)
|
11 years ago |
Timo Kokkonen
|
e57ef5d647
update version string
|
11 years ago |
Timo Kokkonen
|
5361d91033
Now preserves file permissions and will skip symbolic links (and any other special files).
|
11 years ago |
kondou
|
1137258028
Get rid of some clang warnings.
|
11 years ago |
Timo Kokkonen
|
149d844576
update version to 1.3.0
|
12 years ago |
Timo Kokkonen
|
ae0b10582c
fix lossless compression
|
12 years ago |
Timo Kokkonen
|
f5a130fd9e
New options implemented -S / --size, --all-progressive, and --all-normal
|
12 years ago |
Timo Kokkonen
|
f798b253a4
Added initial support for progressive jpegs.
|
12 years ago |
Timo Kokkonen
|
00e8b88435
If MAXPATHLEN not available lets assume underlying OS can handle at least 1k...
|
12 years ago |
Timo Kokkonen
|
e5b3423f41
cleanup error message
|
12 years ago |
Timo Kokkonen
|
d39421a56a
patch to make "quiet mode" (-q) be quiet by Mathieu Malaterre
|
12 years ago |
Timo Kokkonen
|
641b71c48d
Remove debug output.
|
12 years ago |
Timo Kokkonen
|
2eab5f6c79
Added safer temp file handling via use of mkstemps().
|
12 years ago |
Timo Kokkonen
|
0a0cd25e66
libjpeg-turbo has been fixed, should be no need for this
|
14 years ago |
Timo Kokkonen
|
04ee3802dc
add workaround to bug in libjpeg-turbo-1.1.0
|
14 years ago |
Timo Kokkonen
|
d421f66aeb
update copyright
|
14 years ago |
Timo Kokkonen
|
91d43d9d4f
new --treshold / -T option patch by Matteo Croce
|
14 years ago |
Timo Kokkonen
|
7e35f94cc6
fix potential memory leak & prevent accidentally trying to "free" empty buffer
|
14 years ago |
Timo Kokkonen
|
d9251fef14
patch to supoprt ICC profile markers by Dwight Kelly <dkelly@apago.com>
|
15 years ago |
Timo Kokkonen
|
fa74c7ff08
remove shortcut fro --strip-iptc
|
20 years ago |
Timo Kokkonen
|
722a1dfcf9
improved IPTC marker support
|
20 years ago |
Timo Kokkonen
|
c5c297a06c
patch to add IPTC marker support by Dustin Ward
|
20 years ago |
Timo Kokkonen
|
cebaba56ec
minor fixes
|
20 years ago |