Andreas Romeyke
f3e85805da
- fixed merge problems
4 years ago
Andreas Romeyke
f4ed22053c
Merge branch 'development':
- changed order of arguments, now config-file comes first:
./checkit_tiff test.cfg 1.tif <2.tif> .. <3.tif>
- stronger ICC profile checking
- completely rewritten parser for config-file
- updated example_configs/cit_tiff6_baseline_SLUB.cfg
- improved testsuite
4 years ago
Andreas Romeyke
c09882b6d1
- added primary plattform check difference between v2 and v4
4 years ago
Andreas Romeyke
ef54e9b6b0
- added preliminary support for ICC MAX (see http://www.color.org/iccmax/ICC.2-2016-7.pdf for details)
- added new ICC error codes
4 years ago
Andreas Romeyke
3e98eafbc9
- bugfix: added missed existence-check
4 years ago
Andreas Romeyke
62667c0168
- disabled pause()
4 years ago
Andreas Romeyke
bc276c6663
- adapted testcases to last grammar changes
4 years ago
Andreas Romeyke
9332877428
- added hint about checkit_check_config
4 years ago
Andreas Romeyke
509481309a
- fixed typo
4 years ago
andreas.romeyke@slub-dresden.de
9d983a3a72
- introduced LineType to extract EndOfLine
- reordered rules
- removed partial error directives
- used peg0.1.18
4 years ago
andreas.romeyke@slub-dresden.de
104e0ba0c4
- reverted line-code, because is is not useable with left recursive parsing
- added get_parser_function_name() used for human readable exe stack
4 years ago
Andreas Romeyke
478d0eb42d
- added code to enable human readable output of internal exe-stack
- needs enhancements in grammar to enable tracking
4 years ago
Andreas Romeyke
35b7313ff0
Merge branch 'development' of https://github.com/SLUB-digitalpreservation/checkit_tiff into development
4 years ago
Andreas Romeyke
1fa2bfda51
- added debugging output if DEBUG defined
4 years ago
Andreas Romeyke
184f9728da
- partial rewrite to fix ugly logical_or code
4 years ago
Andreas Romeyke
e1b72d976c
- fixed testcases
4 years ago
Andreas Romeyke
31cc810504
- minimal tiff with only one tag, needed for tests to find logical_or errors
4 years ago
Jörg Sachse
4adc82b2b8
ICC profile tag now Mandatory for RGB 8-Bit/16-Bit, Optional for Grayscale
4 years ago
Andreas R
50cd0d5dc1
Merge pull request #6 from cookiEoverdose/patch-1
Update cit_tiff6_baseline_SLUB.cfg
4 years ago
Andreas R
fc1f93f0a8
Update cit_tiff6_baseline_SLUB.cfg
- enhanced to use 300-4000dpi
4 years ago
Jens S
d0f450f0c1
Update cit_tiff6_baseline_SLUB.cfg
remove exceptions for less than 300dpi
4 years ago
Andreas Romeyke
109718bd6e
- fixed off-by-one in logical_or counting
4 years ago
Andreas Romeyke
cce7755448
- fixed tc-description
4 years ago
Andreas Romeyke
b6e4b81e3d
- fixed rule for planar configuration
4 years ago
Andreas Romeyke
325f7582ad
- fixed regex testcase
4 years ago
Andreas Romeyke
cc509c42a2
- fixed grammar issues
4 years ago
Andreas Romeyke
1975fddfb6
- fixed grammar issues
4 years ago
Andreas Romeyke
3e000a9f3c
- fixed tc count
4 years ago
Andreas Romeyke
4b71e159c1
- fixed macro
4 years ago
Jakub Wilk
2353726435
- fixed typos
4 years ago
Andreas R
1157ab8419
Merge pull request #5 from SLUB-digitalpreservation/feature_integrate_default_tag_values
Feature integrate default tag values
4 years ago
Andreas R
d096e4dc72
Merge pull request #4 from SLUB-digitalpreservation/feature_integrate_default_tag_values
Feature integrate default tag values
4 years ago
Andreas Romeyke
33b6416e92
Merge branch 'feature_ICC_mandatory_for_RGB' into development
4 years ago
sachse
ebef21e510
- changed settings for ICC profiles to be mandatory if image is in RGB
4 years ago
Andreas Romeyke
e3b9410f77
Merge branch 'feature_newrenderer' into development
4 years ago
Andreas Romeyke
e9de63bf49
- added special case for preferred cmmtype LINO
4 years ago
andreas.romeyke@slub-dresden.de
4129c06ad1
- added a RichTIFF tag found on a TIFF created by an Hasselblad
4 years ago
andreas.romeyke@slub-dresden.de
e31211cf78
- fixed some descriptions
- added assertions
4 years ago
andreas.romeyke@slub-dresden.de
d273183f26
- typo fixes
- added assertions
- changed behaviour in TIFFGetRawTagListIndex(), also if tags are not sorted, the cache will be filled now
4 years ago
andreas.romeyke@slub-dresden.de
c928ec6008
- added compare script to validate results from old stable branch with this new development
4 years ago
andreas.romeyke@slub-dresden.de
85c0749f7c
- typofixes
- added assertions
4 years ago
andreas.romeyke@slub-dresden.de
fe90c4ef9e
- using bool_t
- refactoring, extracted call_exec_function()
- bugfix in logical-or, off-by-one in stack handling
- bugfix in mark as unprocessed
- bugfix in precondition switching (using should_we_go_in_fc_call-variable)
- changed order in tag-printing in print_plan_results(), using tag-number first
4 years ago
andreas.romeyke@slub-dresden.de
4a8a064fe1
- typofix
4 years ago
andreas.romeyke@slub-dresden.de
6a38f0b22b
- new bool_t
- enhanced returncode_t
- fixed misspellings
4 years ago
Andreas R
38bda263b6
Merge pull request #3 from jwilk/spelling
Fix typos
4 years ago
Jakub Wilk
ce282c45c5
- fixed typos
4 years ago
Andreas Romeyke
1e15604021
- helper script to detect validation differences between current and (old) stable version
4 years ago
Jörg Sachse
0a65058480
- modified some of the messages to make their combinations form complete and correct sentences. More work necessary.
4 years ago
Andreas Romeyke
de8206f9ce
- replaced get_empty_ret() by macro GET_EMPTY_RET(), because faster code
- added new returncode_t entry "tagerror_count_results_in_offsets_overflow"
- changed signature of check_tag_has_some_of_these_values() using const
- changed signature of check_tag_has_valuelist() using const
- minor fixes
- fixed warnings for int-types and signed-unsigned conversion
- fixed missed initializations
-
4 years ago
Andreas Romeyke
ebc27a84a0
- fixed receipt to add -std=gnu11
4 years ago