84648488
Chunk
reverted.
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
#!/bin/zsh
# chunk @ 2014
############################################################################
##
## F**k World!
##
## 90% of efforts wasted on anti-anti-scrapping !!!
##
############################################################################
##############################################
## environment variables
##############################################
# set -x
# export export TERM=linux
# source /home/chunk/.zshrc
# v env0
##############################################
## run
##############################################
#export CLASSPATH=$CLASSPATH:../libs/F5/
#
#INPUTFILE=../res/lopez.bmp
#OUTPUTFILE=../res/lopez.jpg
#EMBEM=../res/toembed
#PASSWORD=password
#QUALITY=80
#COMMENT="stegan by chunk@hpclab"
#
## [ -f $OUTPUTFILE ] && rm $OUTPUTFILE
#java Embed $INPUTFILE $OUTPUTFILE -e $EMBEM -p $PASSWORD -c ""
## Fast is SUPERB!!!
#export CLASSPATH=$CLASSPATH:../libs/F5/
java Embed $1 $2 -e ../res/toembed -p password -c "stegan by chunk "
|