Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos in sipi.config.lua #196

Merged
merged 1 commit into from
Jul 6, 2017
Merged

Conversation

schwemmer
Copy link
Contributor

No description provided.

@subotic
Copy link
Contributor

subotic commented Jul 6, 2017

Thanks for the PR.

@subotic subotic merged commit 4d275c0 into dasch-swiss:fragmentarium Jul 6, 2017
tobiasschweizer pushed a commit that referenced this pull request Aug 18, 2017
* fix (scripts): add better error output and type transformation

* fix (scripts): add better error output and type transformation

* fix (scripts): add better error output and type transformation

* fix (concurrency bug XMP library)

Removed parsing and generating of XMP-header using exiv2. XMP is now just treated as blob.

* fix (XMP destructor had to adapted)

XMP destructur has top be adapted to "blob"-functionality....

* testing hypothesis of variable changing type

* testing hypothesis of variable changing type, take 2

* fix (scripts): add better error output and type transformation

* test (sipi): add failing Lausanne image test

* Fragmentarium modifications/enhancements

* lower quality scaling….

* docs (sipi): fix typos (#196)

* …

* no change

* low quality scaling & jpeg quality

Added configuration of low quality (but fast) scaling and configurable JPEG quality

* test (scripts): download test image

* adding test images: usual Leaves images, smaller resolution, one without alpha channel, the other with

* modified test script to test local files for "lausanne" thumbnail test

* fixing bad path

* Ongoing work (fixing read bug)

Still fixing bug with error: “Attempting to access a non-existent resolution level within some tile-component.  Problem almost certainly caused by trying to discard more resolution levels than the number of DWT levels used to compress a tile-component.”

* Fixed bug with "reduce"

J2K uses a resolution pyramid, where full, 1/2, 1/4,1/8… resolution images are stored (corresponding to a reduce factor of 0,1,2,3,4…). However jp2 is not able to read a reduce factor that has not been encode. Thus while reading the header the maximal reduce factor allowed has to be determined.

* Small bugfix for FULL size

* fix (cmd line conversion with alpha channel)

Converting a TIF with alpha channel to a JPEG using the command line interface of sipi resultet in a crash because the alpha channel was removed 2 times (1 time explicitely, one time using ICC conversion).
Issue #161 resolved

* test (sipi): add sipiimage test

* fix: remove alpha channel if in JPEG writer

* test (configuration): fix

* Optimization for Thums from JPEG

* ongoing..

* Bugfix with speed-up of reading JPEG

* fix (prevent nullptr exception): check for nullptr of size object

* test (server): Add concurrency tests.

* test (server): do not show printouts

* test (load test): use Popen.communicate() instead of Popen.wait()

* test (create thumbnail): create thumbnail after creation of a tmp file

* test (sipi upload routes): add test for route convert_from_binaries
- create final file for thumbnail route tests

* fix (cmake list): fix broken URL to libpng

* Bugfixes and comment

* test (reduce load in load test): try to find settings that pass on travis

* test (load tests with ab): increase timeout for travis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants