-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Fixes, PDF, IIIF Auth, JPX compression parameters (#290)
* Bugfix for prepared statement with sqlite * Added test for sqlite * Newest libraries - serving pdfs... * many Bugfixes * Preparation for PDF support * More work for PDF'as (PoDoFo integration) * Added PDFWriter library for future treatment of PDF files * Getting PDF's from J2K's * PDF support * Added page support for pdf's PDF files can now be rendered with an extension of the IIIF syntax: the image id may be extended by "@" and a pagenumber, e.g. "mypdf.pdf@3" will render only page 3 of the PDF file. In this case, region, size and rotation parameters do work and have to be supplied! * IIIF Autentication * bugfixes: now passes all tests! * Changed command lline parser to CLI11 and added environment variables * J2K parametrization * feature (J2K compression parameters) Added to Lua * feat: add JPX compression params * test: Adding unit tests testing for 1) PDF services 2) IIIF Auth API * build: Add new kakadu library to travis * build: Fix build inside docker (ongoing) * build: Fix build inside docker (ongoing) * wip: buiild problem * build: Fix build inside docker (ongoing) * chore: Add new minimum cmake version * build: Fix poppler shared library requirements * build: Turn debug off * build: Fix podofo * build: Fix fontconfig dependencies * build: Fix fontconfig dependencies * build: Use llvm under linux (ongoing) * build: add separate clang compiler version check * build: describe how to compile with gcc or clang * build: add patch for bzip2 for compiling under mac * build: everything static (ongoing) * Build: problem solving half-way * poppler inclusion * Patch added * build: add harfbuzz * fix: Add missing header file * build: all build and install artefacts are now inside the build directory * build: fix for macOS * build: fix for Linux * build: update docker to new build directory structure * build: add parameter to pytest for sipi executable
- Loading branch information
Showing
104 changed files
with
10,807 additions
and
4,149 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,6 +29,8 @@ _build/ | |
# | ||
lib | ||
local | ||
build-linux | ||
build-mac | ||
cmake-build-debug | ||
# ignore cache | ||
cache/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.