FLIF is a novel lossless image format which outperforms PNG, lossless WebP, lossless BPG, lossless JPEG2000, and lossless JPEG XR in terms of compression ratio.
WebP lossless images are 26% smaller in size compared to PNGs.
NAME
cpaldjvu - DjVuDocument encoder for low-color images.
SYNOPSIS
cpaldjvu [options] inputppmfile outputdjvufile
DESCRIPTION
Program cpaldjvu is a DjVuDocument encoder for images containing few colors. It performs best on images containing large solid color areas such as screen dumps. Compression ratios on such
images can be much higher than those achieved by GIF or PNG compression.
This program works by first reducing the number of distinct colors to a small specified value using a simple color quantization algorithm. The dominant color is encoded into the background
layer. The other colors are encoded into the foreground layer.
Started GET "/spr_type_events" for 10.12.4.5 at 2018-08-03 13:32:17 +0500возможно ведёт к долгой обработке в СУБД/приложении или блокирующей операции.
Started GET "/event_attributes" for 10.12.4.5 at 2018-08-03 13:32:18 +0500
Started GET "/spr_events" for 10.12.4.5 at 2018-08-03 13:32:18 +0500
Started GET "/event_values" for 10.12.4.5 at 2018-08-03 13:32:18 +0500
Пока очередь не пуста
Взять с очереди сообщение/файл
Обработать
mongodump --db super-db tar -cvf dump.tar dump/ scp dump.tar $USER@$HOST:/home/$USER rm dump.tar && rm -rf dump/
SELECT
[ItemCode],
COUNT([ProjectId]) as ProjectsCnt,
ProjectIds AS ProjectId
FROM [ItemCodes] C
CROSS APPLY (
SELECT ','+[ProjectId] FROM [ItemCodes]
WHERE [ProjectId]=C.[ProjectId]
GROUP BY [ItemCode],[ProjectId]
FOR XML PATH('')
) D (ProjectIds)
GROUP BY [ItemCode]