HEX
Server: Apache
System: Linux vpshost0650.publiccloud.com.br 4.4.79-grsec-1.lc.x86_64 #1 SMP Wed Aug 2 14:18:21 -03 2017 x86_64
User: bandeirantesbomb3 (10068)
PHP: 8.0.7
Disabled: apache_child_terminate,dl,escapeshellarg,escapeshellcmd,exec,link,mail,openlog,passthru,pcntl_alarm,pcntl_exec,pcntl_fork,pcntl_get_last_error,pcntl_getpriority,pcntl_setpriority,pcntl_signal,pcntl_signal_dispatch,pcntl_sigprocmask,pcntl_sigtimedwait,pcntl_sigwaitinfo,pcntl_strerror,pcntl_wait,pcntl_waitpid,pcntl_wexitstatus,pcntl_wifexited,pcntl_wifsignaled,pcntl_wifstopped,pcntl_wstopsig,pcntl_wtermsig,php_check_syntax,php_strip_whitespace,popen,proc_close,proc_open,shell_exec,symlink,system
Upload Files
File: //usr/share/doc/jbigkit-libs-2.0/TODO
Ideas which I may implement in some release regarding jbib.c:

  - routine which prepares incompletely decoded images for Xlib

  - use more efficient resolution reduction code suggested by
    Dr. Klaus Bartz <bartzkau@kou3.ina.de>

  - investigate whether there is a standard way of embedding JBIG
    into TIFF and implement it (see also RFC 2301)

  - test for and eliminate warning messages from compilers
    other than GCC

  - multichannel (e.g., RGB) support, PPM support

The following wishes may have become less important since the release
of jbig85.c:

  - compile-time option to remove progressive encoding and
    resolution-reduction support (in the interest of reducing code
    size and attack surface for software patent lawyers)

  - investigate how to best deal with broken BIEs that contain
    multiple NEWLEN marker segments, which are not permitted by ITU-T
    T.85, but which have been observed coming from some fax machines;
    possible options for jbg_newlen(): use first, last, or minimum
    value

  - version of jbg_newlen() for dealing with BIEs that are split
    into several blocks

  - call-back function for progress meter

Ideas which I may implement in some future release regarding jbig85.c:

  - man pages for pbmtojbg85 and jbgtopbm85