Skip to content

Commit

Permalink
Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ngrossmann committed Dec 10, 2014
1 parent cc28396 commit ebb905a
Show file tree
Hide file tree
Showing 20 changed files with 61 additions and 54 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 2 additions & 2 deletions src/main/scala/net/n12n/exif/AttributeNotFoundException.scala
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
6 changes: 3 additions & 3 deletions src/main/scala/net/n12n/exif/ByteOrder.scala
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
6 changes: 3 additions & 3 deletions src/main/scala/net/n12n/exif/ByteSeq.scala
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
6 changes: 3 additions & 3 deletions src/main/scala/net/n12n/exif/ByteStream.scala
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
6 changes: 3 additions & 3 deletions src/main/scala/net/n12n/exif/ExifIfd.scala
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
6 changes: 3 additions & 3 deletions src/main/scala/net/n12n/exif/ExifSegment.scala
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
6 changes: 3 additions & 3 deletions src/main/scala/net/n12n/exif/GpsIfd.scala
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
6 changes: 3 additions & 3 deletions src/main/scala/net/n12n/exif/Ifd.scala
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
6 changes: 3 additions & 3 deletions src/main/scala/net/n12n/exif/IfdAttribute.scala
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
6 changes: 3 additions & 3 deletions src/main/scala/net/n12n/exif/JpegMetaData.scala
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions src/main/scala/net/n12n/exif/Orientation.scala
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
6 changes: 3 additions & 3 deletions src/main/scala/net/n12n/exif/Rational.scala
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
6 changes: 3 additions & 3 deletions src/main/scala/net/n12n/exif/Segment.scala
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
6 changes: 3 additions & 3 deletions src/main/scala/net/n12n/exif/Tag.scala
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
6 changes: 3 additions & 3 deletions src/main/scala/net/n12n/exif/TiffIfd.scala
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
6 changes: 3 additions & 3 deletions src/main/scala/net/n12n/exif/Type.scala
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions src/main/scala/net/n12n/exif/TypedTag.scala
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
6 changes: 3 additions & 3 deletions src/test/scala/net/n12n/exif/ByteSeqTest.scala
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
6 changes: 3 additions & 3 deletions src/test/scala/net/n12n/exif/JpegMetadataTest.scala
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit ebb905a

Please sign in to comment.