HEX

Warning: set_time_limit() [function.set-time-limit]: Cannot set time limit - prohibited by configuration in /home/u547966/brikov.ru/www/wp-content/plugins/admin-menu-editor/menu-editor.php on line 745
Server: Apache
System: Linux 4.19.0-0.bpo.9-amd64 x86_64 at red40
User: u547966 (5490)
PHP: 5.3.29-mh2
Disabled: syslog, dl, popen, proc_open, proc_nice, proc_get_status, proc_close, proc_terminate, posix_mkfifo, chown, chgrp, accelerator_reset, opcache_reset, accelerator_get_status, opcache_get_status, pcntl_alarm, pcntl_fork, pcntl_waitpid, pcntl_wait, pcntl_wifexited, pcntl_wifstopped, pcntl_wifsignaled, pcntl_wifcontinued, pcntl_wexitstatus, pcntl_wtermsig, pcntl_wstopsig, pcntl_signal, pcntl_signal_dispatch, pcntl_get_last_error, pcntl_strerror, pcntl_sigprocmask, pcntl_sigwaitinfo, pcntl_sigtimedwait, pcntl_exec, pcntl_getpriority, pcntl_setpriority
Upload Files
File: //usr/share/doc/optipng/todo.txt
OptiPNG - TO-DO list
====================

- Compression improvements:
  Use zlib's deflateTune().
  Use 7zip's and/or zopfli's powerful deflation engine.

- Speed improvements:
  Avoid repeated filtering when trying a filter value more than once.

- Text chunk optimization:
  Smart selection between tEXt and zTXt.
  Smart selection between uncompressed iTXt and compressed iTXt.

- Improved support for reading external image formats
  (e.g. compressed TIFF).

- More file recovery features.

- Input from stdin; output to stdout:
    cat infile | optipng > outfile
    optipng -stdout infile > outfile

- Optimization of an entire directory, with and without subdirectory
  recursion:
    optipng dir/
    optipng -recursive dir/

- Support for conversion to a desired bit depth and color type:
    optipng -b16 -c6 files ...

- Support for handling metadata, e.g.:
    optipng -set tEXt=<keyword>,<text>     # add or update chunk
    optipng -set sRGB=0                    # add or update chunk
    optipng -set image.precision=<n>       # set the precision of all samples
    optipng -set image.alpha.precision=<n> # set the precision of alpha samples
    optipng -reset image.alpha             # make the image fully opaque
    optipng -strip hIST,sPLT               # strip hIST and sPLT
    optipng -strip all -protect iCCP       # strip all metadata except iCCP

- Parallelization on multi-processor/multi-core machines:
    optipng -jobs 4 files ...

- A shared library (e.g. optipng.dll), to facilitate the development of
  PNG-optimizing GUI applications and plugins.