Skip to content
Snippets Groups Projects
Commit 7883b285 authored by Toke Eskildsen's avatar Toke Eskildsen
Browse files

Closes #18 - full histogram statistics

parent 1a418aa2
No related branches found
No related tags found
No related merge requests found
......@@ -696,7 +696,9 @@ function makePreviewPage() {
GREY_COUNT_LAST=`echo "$GREY" | cut -d\ -f6`
GREY_PERCENT_LAST=`echo "$GREY" | cut -d\ -f7`
GREY_LAST=`echo "$GREY" | cut -d\ -f8`
local GREY_ALL_SOURCE=`im_identify $SOURCE_IMAGE`
GREY_ALL=`cat "$GREY_ALL_SOURCE" | grep -A 256 Histogram | tail -n 256`
ctemplate $IMAGE_TEMPLATE > $P
# ls -l "$IMAGE"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment