mirror of
https://github.com/unidoc/unipdf.git
synced 2025-05-02 22:17:06 +08:00

* Fixed issue #243. Added optimize integration tests. * Minor style change. * XObjImage getParamsDict updates Columns and Rows. * Added doc file for the optimize/tests package. * UpdateParams for CCITTFax Encoder accepts Width and Height also. Removed GetParamsDict Columns and Rows parameters from model.Image and model.XObjImage. * Fix i386 issue for the jbig2 arithmetic encoder. * Added 386 architecture to the .travis/cross_build.sh
9 lines
365 B
Go
9 lines
365 B
Go
/*
|
|
* This file is subject to the terms and conditions defined in
|
|
* file 'LICENSE.md', which is part of this source code package.
|
|
*/
|
|
|
|
// Package tests provides integration tests for the UniPDF optimizer. The test requires environment variable
|
|
// UNIDOC_OPTIMIZE_TESTDATA to be set for the directory with `.pdf` files, otherwise the test is skipped.
|
|
package tests
|