diff --git a/README.md b/README.md index bd8ca9a..21149c2 100644 --- a/README.md +++ b/README.md @@ -60,3 +60,10 @@ JPEGInterchangeFormatLength: 3482 ExposureTime: 862/1000000 ... ``` + +Using slibexif +-------------- + +slibexif for Scala 2.10 and 2.11 is available on the +[Maven Central repository](http://search.maven.org/#search|ga|1|g%3A%22net.n12n.exif%22), just add +`libraryDependencies += "net.n12n.exif" %% "slibexif" % "0.3.1"` to your build. diff --git a/src/main/scala/net/n12n/exif/AttributeNotFoundException.scala b/src/main/scala/net/n12n/exif/AttributeNotFoundException.scala index e6ccfd5..a5550d4 100644 --- a/src/main/scala/net/n12n/exif/AttributeNotFoundException.scala +++ b/src/main/scala/net/n12n/exif/AttributeNotFoundException.scala @@ -1,10 +1,10 @@ /* - * libexif - Scala library to parse JPEG EXIF data. + * slibexif - Scala library to parse JPEG EXIF data. * Copyright (C) Niklas Grossmann * * This file is part of libexif. * - * libexif is free software: you can redistribute it and/or modify + * slibexif is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. diff --git a/src/main/scala/net/n12n/exif/ByteOrder.scala b/src/main/scala/net/n12n/exif/ByteOrder.scala index b8b53c4..f43e770 100644 --- a/src/main/scala/net/n12n/exif/ByteOrder.scala +++ b/src/main/scala/net/n12n/exif/ByteOrder.scala @@ -1,15 +1,15 @@ /* - * libexif - Scala library to parse JPEG EXIF data. + * slibexif - Scala library to parse JPEG EXIF data. * Copyright (C) Niklas Grossmann * * This file is part of libexif. * - * libexif is free software: you can redistribute it and/or modify + * slibexif is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * libexif is distributed in the hope that it will be useful, + * slibexif is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser Public License for more details. diff --git a/src/main/scala/net/n12n/exif/ByteSeq.scala b/src/main/scala/net/n12n/exif/ByteSeq.scala index 90619f1..bb446eb 100644 --- a/src/main/scala/net/n12n/exif/ByteSeq.scala +++ b/src/main/scala/net/n12n/exif/ByteSeq.scala @@ -1,15 +1,15 @@ /* - * libexif - Scala library to parse JPEG EXIF data. + * slibexif - Scala library to parse JPEG EXIF data. * Copyright (C) Niklas Grossmann * * This file is part of libexif. * - * libexif is free software: you can redistribute it and/or modify + * slibexif is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * libexif is distributed in the hope that it will be useful, + * slibexif is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser Public License for more details. diff --git a/src/main/scala/net/n12n/exif/ByteStream.scala b/src/main/scala/net/n12n/exif/ByteStream.scala index 96eb33f..d308e3a 100644 --- a/src/main/scala/net/n12n/exif/ByteStream.scala +++ b/src/main/scala/net/n12n/exif/ByteStream.scala @@ -1,15 +1,15 @@ /* - * libexif - Scala library to parse JPEG EXIF data. + * slibexif - Scala library to parse JPEG EXIF data. * Copyright (C) Niklas Grossmann * * This file is part of libexif. * - * libexif is free software: you can redistribute it and/or modify + * slibexif is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * libexif is distributed in the hope that it will be useful, + * slibexif is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser Public License for more details. diff --git a/src/main/scala/net/n12n/exif/ExifIfd.scala b/src/main/scala/net/n12n/exif/ExifIfd.scala index f842e7a..70b5723 100644 --- a/src/main/scala/net/n12n/exif/ExifIfd.scala +++ b/src/main/scala/net/n12n/exif/ExifIfd.scala @@ -1,15 +1,15 @@ /* - * libexif - Scala library to parse JPEG EXIF data. + * slibexif - Scala library to parse JPEG EXIF data. * Copyright (C) Niklas Grossmann * * This file is part of libexif. * - * libexif is free software: you can redistribute it and/or modify + * slibexif is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * libexif is distributed in the hope that it will be useful, + * slibexif is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser Public License for more details. diff --git a/src/main/scala/net/n12n/exif/ExifSegment.scala b/src/main/scala/net/n12n/exif/ExifSegment.scala index c1de3f9..fda1cb1 100644 --- a/src/main/scala/net/n12n/exif/ExifSegment.scala +++ b/src/main/scala/net/n12n/exif/ExifSegment.scala @@ -1,15 +1,15 @@ /* - * libexif - Scala library to parse JPEG EXIF data. + * slibexif - Scala library to parse JPEG EXIF data. * Copyright (C) Niklas Grossmann * * This file is part of libexif. * - * libexif is free software: you can redistribute it and/or modify + * slibexif is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * libexif is distributed in the hope that it will be useful, + * slibexif is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser Public License for more details. diff --git a/src/main/scala/net/n12n/exif/GpsIfd.scala b/src/main/scala/net/n12n/exif/GpsIfd.scala index ed9edff..50d01c1 100644 --- a/src/main/scala/net/n12n/exif/GpsIfd.scala +++ b/src/main/scala/net/n12n/exif/GpsIfd.scala @@ -1,15 +1,15 @@ /* - * libexif - Scala library to parse JPEG EXIF data. + * slibexif - Scala library to parse JPEG EXIF data. * Copyright (C) Niklas Grossmann * * This file is part of libexif. * - * libexif is free software: you can redistribute it and/or modify + * slibexif is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * libexif is distributed in the hope that it will be useful, + * slibexif is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser Public License for more details. diff --git a/src/main/scala/net/n12n/exif/Ifd.scala b/src/main/scala/net/n12n/exif/Ifd.scala index 19e62d8..3d167bf 100644 --- a/src/main/scala/net/n12n/exif/Ifd.scala +++ b/src/main/scala/net/n12n/exif/Ifd.scala @@ -1,15 +1,15 @@ /* - * libexif - Scala library to parse JPEG EXIF data. + * slibexif - Scala library to parse JPEG EXIF data. * Copyright (C) Niklas Grossmann * * This file is part of libexif. * - * libexif is free software: you can redistribute it and/or modify + * slibexif is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * libexif is distributed in the hope that it will be useful, + * slibexif is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser Public License for more details. diff --git a/src/main/scala/net/n12n/exif/IfdAttribute.scala b/src/main/scala/net/n12n/exif/IfdAttribute.scala index 04f234d..1eeca1b 100644 --- a/src/main/scala/net/n12n/exif/IfdAttribute.scala +++ b/src/main/scala/net/n12n/exif/IfdAttribute.scala @@ -1,15 +1,15 @@ /* - * libexif - Scala library to parse JPEG EXIF data. + * slibexif - Scala library to parse JPEG EXIF data. * Copyright (C) Niklas Grossmann * * This file is part of libexif. * - * libexif is free software: you can redistribute it and/or modify + * slibexif is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * libexif is distributed in the hope that it will be useful, + * slibexif is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser Public License for more details. diff --git a/src/main/scala/net/n12n/exif/JpegMetaData.scala b/src/main/scala/net/n12n/exif/JpegMetaData.scala index fb66e60..c422475 100644 --- a/src/main/scala/net/n12n/exif/JpegMetaData.scala +++ b/src/main/scala/net/n12n/exif/JpegMetaData.scala @@ -1,15 +1,15 @@ /* - * libexif - Scala library to parse JPEG EXIF data. + * slibexif - Scala library to parse JPEG EXIF data. * Copyright (C) Niklas Grossmann * * This file is part of libexif. * - * libexif is free software: you can redistribute it and/or modify + * slibexif is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * libexif is distributed in the hope that it will be useful, + * slibexif is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser Public License for more details. diff --git a/src/main/scala/net/n12n/exif/Orientation.scala b/src/main/scala/net/n12n/exif/Orientation.scala index 952101e..47961ab 100644 --- a/src/main/scala/net/n12n/exif/Orientation.scala +++ b/src/main/scala/net/n12n/exif/Orientation.scala @@ -1,10 +1,10 @@ /* - * libexif - Scala library to parse JPEG EXIF data. + * slibexif - Scala library to parse JPEG EXIF data. * Copyright (C) Niklas Grossmann * * This file is part of libexif. * - * libexif is free software: you can redistribute it and/or modify + * slibexif is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. diff --git a/src/main/scala/net/n12n/exif/Rational.scala b/src/main/scala/net/n12n/exif/Rational.scala index 8f0b2c1..4fc96d3 100644 --- a/src/main/scala/net/n12n/exif/Rational.scala +++ b/src/main/scala/net/n12n/exif/Rational.scala @@ -1,15 +1,15 @@ /* - * libexif - Scala library to parse JPEG EXIF data. + * slibexif - Scala library to parse JPEG EXIF data. * Copyright (C) Niklas Grossmann * * This file is part of libexif. * - * libexif is free software: you can redistribute it and/or modify + * slibexif is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * libexif is distributed in the hope that it will be useful, + * slibexif is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser Public License for more details. diff --git a/src/main/scala/net/n12n/exif/Segment.scala b/src/main/scala/net/n12n/exif/Segment.scala index 486208a..fa4fe5c 100644 --- a/src/main/scala/net/n12n/exif/Segment.scala +++ b/src/main/scala/net/n12n/exif/Segment.scala @@ -1,15 +1,15 @@ /* - * libexif - Scala library to parse JPEG EXIF data. + * slibexif - Scala library to parse JPEG EXIF data. * Copyright (C) Niklas Grossmann * * This file is part of libexif. * - * libexif is free software: you can redistribute it and/or modify + * slibexif is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * libexif is distributed in the hope that it will be useful, + * slibexif is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser Public License for more details. diff --git a/src/main/scala/net/n12n/exif/Tag.scala b/src/main/scala/net/n12n/exif/Tag.scala index d2cf6aa..46a3cf2 100644 --- a/src/main/scala/net/n12n/exif/Tag.scala +++ b/src/main/scala/net/n12n/exif/Tag.scala @@ -1,15 +1,15 @@ /* - * libexif - Scala library to parse JPEG EXIF data. + * slibexif - Scala library to parse JPEG EXIF data. * Copyright (C) Niklas Grossmann * * This file is part of libexif. * - * libexif is free software: you can redistribute it and/or modify + * slibexif is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * libexif is distributed in the hope that it will be useful, + * slibexif is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser Public License for more details. diff --git a/src/main/scala/net/n12n/exif/TiffIfd.scala b/src/main/scala/net/n12n/exif/TiffIfd.scala index f845887..4b6afbd 100644 --- a/src/main/scala/net/n12n/exif/TiffIfd.scala +++ b/src/main/scala/net/n12n/exif/TiffIfd.scala @@ -1,15 +1,15 @@ /* - * libexif - Scala library to parse JPEG EXIF data. + * slibexif - Scala library to parse JPEG EXIF data. * Copyright (C) Niklas Grossmann * * This file is part of libexif. * - * libexif is free software: you can redistribute it and/or modify + * slibexif is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * libexif is distributed in the hope that it will be useful, + * slibexif is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser Public License for more details. diff --git a/src/main/scala/net/n12n/exif/Type.scala b/src/main/scala/net/n12n/exif/Type.scala index 607e589..f987c95 100644 --- a/src/main/scala/net/n12n/exif/Type.scala +++ b/src/main/scala/net/n12n/exif/Type.scala @@ -1,15 +1,15 @@ /* - * libexif - Scala library to parse JPEG EXIF data. + * slibexif - Scala library to parse JPEG EXIF data. * Copyright (C) Niklas Grossmann * * This file is part of libexif. * - * libexif is free software: you can redistribute it and/or modify + * slibexif is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * libexif is distributed in the hope that it will be useful, + * slibexif is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser Public License for more details. diff --git a/src/main/scala/net/n12n/exif/TypedTag.scala b/src/main/scala/net/n12n/exif/TypedTag.scala index 00cf017..0385186 100644 --- a/src/main/scala/net/n12n/exif/TypedTag.scala +++ b/src/main/scala/net/n12n/exif/TypedTag.scala @@ -1,10 +1,10 @@ /* - * libexif - Scala library to parse JPEG EXIF data. + * slibexif - Scala library to parse JPEG EXIF data. * Copyright (C) Niklas Grossmann * * This file is part of libexif. * - * libexif is free software: you can redistribute it and/or modify + * slibexif is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. diff --git a/src/test/scala/net/n12n/exif/ByteSeqTest.scala b/src/test/scala/net/n12n/exif/ByteSeqTest.scala index af2cf77..a845240 100644 --- a/src/test/scala/net/n12n/exif/ByteSeqTest.scala +++ b/src/test/scala/net/n12n/exif/ByteSeqTest.scala @@ -1,15 +1,15 @@ /* - * libexif - Scala library to parse JPEG EXIF data. + * slibexif - Scala library to parse JPEG EXIF data. * Copyright (C) Niklas Grossmann * * This file is part of libexif. * - * libexif is free software: you can redistribute it and/or modify + * slibexif is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * libexif is distributed in the hope that it will be useful, + * slibexif is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser Public License for more details. diff --git a/src/test/scala/net/n12n/exif/JpegMetadataTest.scala b/src/test/scala/net/n12n/exif/JpegMetadataTest.scala index 191e58a..e40f8b9 100644 --- a/src/test/scala/net/n12n/exif/JpegMetadataTest.scala +++ b/src/test/scala/net/n12n/exif/JpegMetadataTest.scala @@ -1,15 +1,15 @@ /* - * libexif - Scala library to parse JPEG EXIF data. + * slibexif - Scala library to parse JPEG EXIF data. * Copyright (C) Niklas Grossmann * * This file is part of libexif. * - * libexif is free software: you can redistribute it and/or modify + * slibexif is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * libexif is distributed in the hope that it will be useful, + * slibexif is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser Public License for more details.