Directory Statistics for src/java/com/photostructure/image/

Back to Index Page

Lines Of Code for src/java/com/photostructure/image/

Commits for src/java/com/photostructure/image/ (per author)

AuthorRevisionsLines of CodeAdded Lines of CodeLines of Code per Change
matthewm264 (100.0%) 2995 (100.0%) 6745 (100.0%) 11.34

Commit Log

DateAuthorFile/Message
1/22/06 12:26 AMmatthewm
whitespace (5 Files changed, 96 Lines changed)
src/java/com/photostructure/image/MalleableJava2DImage.java 1.39 (+9 -4)
src/java/com/photostructure/image/MalleableImage.java 1.24 (+4 -3)
src/java/com/photostructure/image/JpegtranExecImpl.java 1.19 (+2 -2)
src/java/com/photostructure/image/MagickExecImpl.java 1.11 (+12 -6)
src/java/com/photostructure/image/ImageInfo.java 1.3 (+69 -62)
1/13/06 12:43 AMmatthewm
changed imageDimensionsAreLE to accept both a width and a height (1 Files changed, 7 Lines changed)
src/java/com/photostructure/image/ImageUtils.java 1.5 (+7 -7)
1/2/06 8:06 AMmatthewm
Happy new year. (11 Files changed, 31 Lines changed)
src/java/com/photostructure/image/MalleableJava2DImageQuality.java 1.4 (+3 -4)
src/java/com/photostructure/image/LosslessJpegTransformer.java 1.3 (+3 -4)
src/java/com/photostructure/image/AbstractMalleableImage.java 1.20 (+3 -4)
src/java/com/photostructure/image/MalleableJava2DImage.java 1.38 (+3 -4)
src/java/com/photostructure/image/MalleableBlurHackedJava2DImage.java 1.8 (+3 -4)
src/java/com/photostructure/image/Orientation.java 1.13 (+2 -3)
src/java/com/photostructure/image/JpegtranExecImpl.java 1.18 (+2 -3)
src/java/com/photostructure/image/JpegUtils.java 1.20 (+3 -4)
src/java/com/photostructure/image/MalleableJava2DImageSpeed.java 1.4 (+3 -4)
src/java/com/photostructure/image/MalleableImage.java 1.23 (+3 -4)
src/java/com/photostructure/image/MetadataUtils.java 1.22 (+3 -4)
12/17/05 11:06 PMmatthewm
comment clarification (1 Files changed, 3 Lines changed)
src/java/com/photostructure/image/ImageUtils.java 1.4 (+3 -3)
12/4/05 2:20 PMmatthewm
exposed getImageInfo() (1 Files changed, 3 Lines changed)
src/java/com/photostructure/image/ImageUtils.java 1.3 (+3 -3)
12/4/05 2:20 PMmatthewm
fixed file-open leak (1 Files changed, 3 Lines changed)
src/java/com/photostructure/image/MagickExecImpl.java 1.10 (+3 -6)
12/4/05 2:39 AMmatthewm
oops. fixed stack overflow. (1 Files changed, 4 Lines changed)
src/java/com/photostructure/image/JpegUtils.java 1.19 (+4 -8)
12/4/05 1:54 AMmatthewm
cleanup (1 Files changed, 8 Lines changed)
src/java/com/photostructure/image/JpegUtils.java 1.18 (+8 -7)
12/4/05 1:50 AMmatthewm
close the RandomAccessFile opened in getImageInfo() (1 Files changed, 16 Lines changed)
src/java/com/photostructure/image/ImageUtils.java 1.2 (+16 -8)
12/4/05 1:08 AMmatthewm
added (1 Files changed, 55 Lines changed)
src/java/com/photostructure/image/ImageUtils.java 1.1 added 55
12/4/05 1:08 AMmatthewm
cleanup (1 Files changed, 10 Lines changed)
src/java/com/photostructure/image/MetadataUtils.java 1.21 (+10 -11)
12/3/05 11:47 PMmatthewm
fixed bug with square thumbnails (just exposed in the latest version of ImageMagick) (1 Files changed, 5 Lines changed)
src/java/com/photostructure/image/MagickExecImpl.java 1.9 (+5 -5)
11/25/05 9:13 PMmatthewm
use PSHome now. (2 Files changed, 19 Lines changed)
src/java/com/photostructure/image/MagickExecImpl.java 1.8 (+13 -11)
src/java/com/photostructure/image/JpegtranExecImpl.java 1.17 (+6 -3)
9/15/05 1:05 AMmatthewm
added support for image fingerprints (2 Files changed, 28 Lines changed)
src/java/com/photostructure/image/AbstractMalleableImage.java 1.19 (+20 -3)
src/java/com/photostructure/image/MalleableImage.java 1.22 (+8 -2)
9/15/05 1:05 AMmatthewm
reorder, tweak, support for image fingerprints (1 Files changed, 60 Lines changed)
src/java/com/photostructure/image/MagickExecImpl.java 1.7 (+60 -45)
9/4/05 12:53 PMmatthewm
use new envp exposed by the PSPreferences object (let the OS use PATH rather than the scan-dir hack) (2 Files changed, 21 Lines changed)
src/java/com/photostructure/image/MagickExecImpl.java 1.6 (+12 -15)
src/java/com/photostructure/image/JpegtranExecImpl.java 1.16 (+9 -22)
9/2/05 6:01 PMmatthewm
implemented getOriginalDimension (1 Files changed, 11 Lines changed)
src/java/com/photostructure/image/MagickExecImpl.java 1.5 (+11 -33)
9/2/05 9:39 AMmatthewm
whitespace (1 Files changed, 3 Lines changed)
src/java/com/photostructure/image/AbstractMalleableImage.java 1.18 (+3 -3)
9/2/05 9:39 AMmatthewm
reformat (1 Files changed, 1114 Lines changed)
src/java/com/photostructure/image/ImageInfo.java 1.2 (+1114 -1153)
9/2/05 9:38 AMmatthewm
make reduce only reduce. Fixed crop() and reduceToSquare() (1 Files changed, 24 Lines changed)
src/java/com/photostructure/image/MagickExecImpl.java 1.4 (+24 -12)