Commit Graph

  • e09b230ebe Check for existence of rotation value before printing info about using it. Erik Auerswald 2013-12-29 04:19:29 +00:00
  • 9bc2098079 Fixed GPLv3 file. Erik Auerswald 2013-12-27 01:45:09 +00:00
  • a8d0c97522 Added Cristiano Fontana <fontanacl@ornl.gov> to AUTHORS. Erik Auerswald 2013-12-27 01:41:50 +00:00
  • 77c1c3b2c9 Bumped version number to 2.15.0 Erik Auerswald 2013-12-27 01:41:07 +00:00
  • 2618998b12 Improved debug output when looking for '1', '.', and '-'. Erik Auerswald 2013-12-22 15:29:45 +00:00
  • bc7b131cb8 Cosmetics: line length shall be <= 80, no TABs for indentation. Erik Auerswald 2013-12-22 15:13:33 +00:00
  • 85ea454382 Use variable name 'd' instead of 'i' when iterating over digits. Erik Auerswald 2013-12-22 15:07:24 +00:00
  • 6b998fc3b3 Followup to Cristiano's patch: Erik Auerswald 2013-12-22 14:57:57 +00:00
  • 6175a6fd6b Added patch from Cristiano Fontana <fontanacl@ornl.gov> to recognize a minus ('-') sign. Erik Auerswald 2013-12-22 14:35:17 +00:00
  • c48efcdb1e Fixed a comment. Erik Auerswald 2013-12-22 00:34:05 +00:00
  • d7f57f9dea Fixed spelling in one comment. Erik Auerswald 2013-12-22 00:24:30 +00:00
  • 8d0cfb60e9 Added Russell Currie <rc454@cam.ac.uk> to THANKS file. Erik Auerswald 2013-09-02 19:41:26 +00:00
  • c398203845 Avoid division by zero during recognition of "one" and "decimal point". Erik Auerswald 2013-09-02 13:47:00 +00:00
  • 04215888a4 Avoid division by zero in debug output. Erik Auerswald 2013-09-02 13:30:46 +00:00
  • 939bb8fab6 Added Tim Fardell <tim.fardell@btinternet.com> to the THANKS file for reporting an alternative way to display the digit 9. Erik Auerswald 2013-08-05 16:05:26 +00:00
  • 2fbd82e27e Add alternate version of 9 digit (lower horizontal segment not set). Reported by Tim Fardell. Erik Auerswald 2013-08-04 12:22:44 +00:00
  • 81903f0837 Whitespace cleanup: expanded tabs to 8 spaces. Erik Auerswald 2013-07-19 21:43:56 +00:00
  • b64af1afe9 Improved debugging output to track down a floating point exception. The exception happens because an image with height 0 is detected. Erik Auerswald 2013-07-19 21:42:50 +00:00
  • 971b37308c Fixed dynamic_threshold (broken since "the beginning") and bumped version number to 2.13.4. Erik Auerswald 2013-05-19 19:58:27 +00:00
  • 170f50477e THANKS: added Alan Bates (his email address is already publicly available on his University's web presence). Erik Auerswald 2013-01-11 12:02:14 +00:00
  • 558c06f654 INSTALL: added link to ssocr website Erik Auerswald 2013-01-11 11:20:22 +00:00
  • 961f15dd3f Tweaked heuristic to recognize a decimal point. Improved related debugging output as well. Erik Auerswald 2013-01-11 11:03:56 +00:00
  • 5a4e0ef5e0 Added some more Mac OS X compatibility stuff: Erik Auerswald 2013-01-11 10:26:57 +00:00
  • 350a8f6b57 Bumped version number to 2.13.2 Erik Auerswald 2013-01-11 05:38:08 +00:00
  • d540340fbd Fixed verbose message when writing image file to disk: Erik Auerswald 2013-01-11 05:37:29 +00:00
  • 03434efeae Check for errors when loading or saving an image with Imlib2. This relies on the definition of enum _imlib_load_error in Imlib2.h and might break on different versions of Imlib2, but should be better than the total lack of error reporting before. Erik Auerswald 2013-01-11 05:30:21 +00:00
  • 3357afec00 Makefile: use imlib2-config --libs for LDLIBS. Erik Auerswald 2013-01-11 04:23:07 +00:00
  • d51eb5494d Replaced 'date -I' by 'date +%Y-%m-%d' to improve portability. Erik Auerswald 2013-01-11 04:03:45 +00:00
  • 7d0914bc2e svn:ignore generated file debian/changelog Erik Auerswald 2013-01-10 09:18:04 +00:00
  • 66953f5330 Added ssocr-?.??.? and *.tmp to svn:ignore. Erik Auerswald 2013-01-10 09:15:32 +00:00
  • d710fe151c Bumped version number to 2.13.1 for .deb build fix. Erik Auerswald 2013-01-10 09:06:28 +00:00
  • 16bcc37f78 Bumped copyright years to 2004-2013. Erik Auerswald 2013-01-08 16:56:37 +00:00
  • 35b5389b63 Makefile: add dependency on Makefile for basic components. Erik Auerswald 2013-01-08 16:52:43 +00:00
  • 62b881988d Makefile: debian/rules needs to be executable. Erik Auerswald 2013-01-08 16:28:51 +00:00
  • a0a6adb809 Makefile: do not set execute permission on files in tar archive. Erik Auerswald 2012-11-11 20:16:49 +00:00
  • 73d7d697c2 Added auto-detection of number of digits in seven segment display. Erik Auerswald 2012-11-04 17:24:21 +00:00
  • cb107ace5b Don't accept -d, --digits 0, as this would result in writing to unallocated memory. Erik Auerswald 2012-11-04 16:36:43 +00:00
  • f95d723da7 Moved allocation of memory for seven segment digits after image processing stage. Erik Auerswald 2012-11-04 16:31:58 +00:00
  • 7141e50e77 Removed useless double initialization of digits[] array. Erik Auerswald 2012-11-04 16:26:00 +00:00
  • e5b601ca2d Bumped version number to 2.12.0. Erik Auerswald 2012-11-03 23:44:28 +00:00
  • 7db35c103f Added two comments (see diff). Erik Auerswald 2012-11-03 23:24:01 +00:00
  • e0cad46f58 Added recognition of hex digits A, b, C, c, d, E, F. Erik Auerswald 2012-11-03 23:15:47 +00:00
  • a3b51a8705 Added Carlos A. Neves to THANKS file for suggesting recognition of a decimal point between seven segment digits. Erik Auerswald 2012-11-03 23:00:19 +00:00
  • c9261c2fea Added recognition of decimal points. Erik Auerswald 2012-11-03 18:37:44 +00:00
  • cd8a75a3bd Use '_' instead of '.' as a first step towards recognizing the decimal point (or decimal comma, depending on locale) of, e.g., a scale. Erik Auerswald 2012-11-03 17:54:28 +00:00
  • f43e3e2aaa Added _FORTIFY_SOURCE checks (affects just strcat() currently). Erik Auerswald 2012-07-15 18:11:35 +00:00
  • 1d8e788e93 Removed function rgb_threshold() from imgproc.[ch]. Erik Auerswald 2012-07-13 17:03:43 +00:00
  • fbd00e8c96 Removed left-over debugging output. Erik Auerswald 2012-07-13 16:15:53 +00:00
  • dc70232167 Use extern global variables for ssocr_foreground / ssocr_background. Erik Auerswald 2012-07-13 16:14:57 +00:00
  • 3cc50515b3 Added ASCII art output of recognized segments to debug info. Erik Auerswald 2012-07-12 19:38:40 +00:00
  • 460d1bb540 Made "alternate seven" define more concise. Erik Auerswald 2012-07-12 18:27:51 +00:00
  • f66d25f978 Bumped version number to 2.10.0. Erik Auerswald 2012-07-10 17:48:56 +00:00
  • 4caf2faf18 Added INSTALL file, installed to documentation directory. Erik Auerswald 2012-07-10 17:43:50 +00:00
  • f9c962219c Bumped version number to 2.9.9 [and released it]. Erik Auerswald 2012-06-10 20:04:06 +00:00
  • 9041d7d41b Fixed off-by-one error in shear operation. One pixel per line was left unchanged. Erik Auerswald 2012-06-10 17:07:17 +00:00
  • 5a06da1133 Build fix for Ubuntu 11.10 and newer. Erik Auerswald 2012-05-15 17:47:42 +00:00
  • c81562116d Bump version number to 2.9.7 (already released). Erik Auerswald 2012-05-15 17:25:52 +00:00
  • 5c6fab5617 Removed unused variable d_width from ssocr.c (spotted by GCC). Erik Auerswald 2012-02-17 20:55:42 +00:00
  • 4051038571 Added Jörg Mayer to the THANKS file. Erik Auerswald 2012-02-16 14:43:24 +00:00
  • a45d5cd5d8 Bump copyright to 2004-2010,2012. Erik Auerswald 2012-02-16 08:58:31 +00:00
  • 19d4ffc45f Fixed an unitialized variable error: Erik Auerswald 2012-02-15 15:51:49 +00:00
  • dcf38657ab Added archives and temporary directory to svn:ignore list. Erik Auerswald 2010-06-08 19:16:47 +00:00
  • 51933261bf Added ATUTHORS, COPYING and THANKS files to .tar.bz2 and .deb archives. Bumped version number to 2.9.5. Erik Auerswald 2010-06-08 19:13:51 +00:00
  • 5bd1f54b5d Updated copyright statement. Erik Auerswald 2010-06-08 11:59:09 +00:00
  • 147e71b685 Bumped version number to 2.9.4. Erik Auerswald 2010-06-08 10:51:32 +00:00
  • f96121c7ba Added THANKS file to honour contributors. Erik Auerswald 2010-06-08 10:40:17 +00:00
  • 39ed406c47 Added alternate form of digit seven. Reported and code provided by Francesco Iovine <asso@hilab.it>. Erik Auerswald 2010-06-08 10:35:35 +00:00
  • 628ffb803e Fixed typo (direcotory -> directory). Erik Auerswald 2010-03-18 11:16:43 +00:00
  • 12a5408733 Bump version number to 2.9.3 (and make bugfix release). Erik Auerswald 2009-09-07 15:26:20 +00:00
  • 4166a962e2 Ignore generated manual page ssocr.1. Erik Auerswald 2009-09-06 16:18:52 +00:00
  • 26366b45a7 Correct off-by-one error in vertical scanline. The first "third" was too long, the third "third" too short. Erik Auerswald 2009-09-06 16:14:10 +00:00
  • ac06b833c3 Move recognition of digit "one" and debug output with digit coordinates below vertical segmentation. Erik Auerswald 2009-09-06 15:57:44 +00:00
  • 175e05a29b Correction of .PHONY entry in Makefile. Erik Auerswald 2009-08-17 11:57:48 +00:00
  • 11a7c54f6b Bump version number to 2.9.2 Erik Auerswald 2009-08-15 14:10:37 +00:00
  • cba330b81f Correct a comment (copy&paste error). Erik Auerswald 2009-08-11 09:42:08 +00:00
  • 3be6d19137 Document use of - as output filename. Erik Auerswald 2009-08-11 08:33:35 +00:00
  • be3bb8f66b Add - as shorthand for /proc/self/fd/1 to image save function. Erik Auerswald 2009-08-11 08:19:08 +00:00
  • d01795f191 Improve verbose messages when writing image files. Erik Auerswald 2009-08-11 07:48:40 +00:00
  • 6aeb2d1cb4 Create debian/changelog dynamically from current version number. Erik Auerswald 2009-08-10 10:51:46 +00:00
  • d5f8415b39 Set umask before creating temporary file. Erik Auerswald 2009-08-09 13:02:25 +00:00
  • 59a0049449 Document $TMP environment variable in manual page. Erik Auerswald 2009-08-09 06:20:38 +00:00
  • ff2f895dae Bump version number to 2.9.1 (including debian/changelog). Erik Auerswald 2009-08-09 06:10:56 +00:00
  • 1f86afa0d2 Add debug output to tmp_imgfile() function. Erik Auerswald 2009-08-09 06:06:26 +00:00
  • 484e1782a4 Create temporary file in $TMP, or /tmp if $TMP is empty/unset. Erik Auerswald 2009-08-09 05:57:47 +00:00
  • d14849a9af Improve error message for failed strdup() call. Erik Auerswald 2009-08-09 05:18:13 +00:00
  • df65ecb267 Change name of image file from temporary filename back to "-" after deleting the temp file. This is compile tested only. Erik Auerswald 2009-08-08 15:33:47 +00:00
  • 4580506ff8 Activate some more compiler warnings. Erik Auerswald 2009-08-07 11:01:51 +00:00
  • 6276120d0f Remove "cannot use pipe to read image" bug from documentation. Erik Auerswald 2009-08-07 10:49:10 +00:00
  • 42368d89bc Add new version to debian/changelog. Erik Auerswald 2009-08-07 10:42:33 +00:00
  • 8dee11fff5 Bump version number to 2.9.0 (new functionality: Read image from stdin). Erik Auerswald 2009-08-07 10:38:50 +00:00
  • b2c754d318 Document how to read image from stdin. Erik Auerswald 2009-08-07 10:37:46 +00:00
  • b8d945837f Consisten spelling of "gray": change ADJUST_GREY to ADJUST_GRAY. Erik Auerswald 2009-08-07 10:30:00 +00:00
  • d51b7b1d20 Add capability to read from stdin. If filename is "-", the image is read from stdin and copied to a temporary file. Erik Auerswald 2009-08-07 10:28:11 +00:00
  • b8827046d6 Improve creation of .tar.bz2 (source) and .deb (binary) packages. Erik Auerswald 2009-08-07 04:23:08 +00:00
  • 4e114d39d3 Link only against needed libraries. Erik Auerswald 2009-08-07 04:13:04 +00:00
  • 8dd3062395 Improve Makefile target "clean". Erik Auerswald 2009-08-07 01:14:37 +00:00
  • dcb2913e2c * Add deb target to Makefile to build a debian binary package. * Add tar target to Makefile to create tar.bz2 archive of sources. * Bump version number to 2.8.4. Erik Auerswald 2009-08-06 09:19:36 +00:00
  • d39c64e069 Bump version number to 2.8.3 Erik Auerswald 2009-08-06 08:30:16 +00:00
  • ca58310bd6 Correct a typo in the man page. Erik Auerswald 2009-08-06 08:28:54 +00:00
  • 8ac9cf5f73 Add Makefile target "ssocr-manpage.html". The HTML file is created with "rman". Erik Auerswald 2009-08-06 08:22:34 +00:00