164 Commits

Author SHA1 Message Date
geortz@gmail.com
8e0cf7ec54 renamed itoa->atoi (typo!!)
added documentation @rtype



git-svn-id: https://callirhoe.googlecode.com/svn/trunk@161 81c8bb96-aa45-f2e2-0eef-c4fa4a15c6df
2014-10-21 16:45:52 +00:00
geortz@gmail.com
97bcec2027 running sum optimizations
git-svn-id: https://callirhoe.googlecode.com/svn/trunk@157 81c8bb96-aa45-f2e2-0eef-c4fa4a15c6df
2014-10-03 10:43:48 +00:00
geortz@gmail.com
df191c2917 finished epydoc
new version 0.4.0 release



git-svn-id: https://callirhoe.googlecode.com/svn/trunk@155 81c8bb96-aa45-f2e2-0eef-c4fa4a15c6df
2014-10-02 17:34:27 +00:00
geortz@gmail.com
b8be327743 cache entropy data when more than 16% of photos is reused
fixed bug with auto prefix (was missing when photos were reused without sampling)

started providing epydoc



git-svn-id: https://callirhoe.googlecode.com/svn/trunk@154 81c8bb96-aa45-f2e2-0eef-c4fa4a15c6df
2014-10-02 10:53:05 +00:00
geortz@gmail.com
ac735c637b finalized (hopefully) IM tweaking
now consistent behavior between 6.7.7 (linux mint 17) and 6.8.9 (upstream/macports)
    the problem was basically colorspace conversion assumptions (grayscale/linear/gamma...)

PNM blank lines ignore

user-defined IM binary $CALLIRHOE_IM



git-svn-id: https://callirhoe.googlecode.com/svn/trunk@152 81c8bb96-aa45-f2e2-0eef-c4fa4a15c6df
2014-10-01 16:21:47 +00:00
geortz@gmail.com
de3c50fba2 new test method 'quantimg'
more entropy alg finetuning...



git-svn-id: https://callirhoe.googlecode.com/svn/trunk@151 81c8bb96-aa45-f2e2-0eef-c4fa4a15c6df
2014-10-01 11:17:38 +00:00
geortz@gmail.com
5a2e544f56 LUV colorspace instead of Gray
git-svn-id: https://callirhoe.googlecode.com/svn/trunk@150 81c8bb96-aa45-f2e2-0eef-c4fa4a15c6df
2014-09-30 17:40:17 +00:00
geortz@gmail.com
9190eb7789 entropy algorithn fine-tuning (& more consistent along different ImageMagick versions)
alternate algorithm included (--alt)
sorted filename globbing



git-svn-id: https://callirhoe.googlecode.com/svn/trunk@149 81c8bb96-aa45-f2e2-0eef-c4fa4a15c6df
2014-09-30 13:44:20 +00:00
geortz@gmail.com
f814c90e47 multithreaded --range operation, --jobs/-j
git-svn-id: https://callirhoe.googlecode.com/svn/trunk@148 81c8bb96-aa45-f2e2-0eef-c4fa4a15c6df
2014-09-29 14:19:57 +00:00
geortz@gmail.com
5f88294a73 calmagick: added --ratio option
replaced sys.exit() with exception



git-svn-id: https://callirhoe.googlecode.com/svn/trunk@147 81c8bb96-aa45-f2e2-0eef-c4fa4a15c6df
2014-09-29 12:26:33 +00:00
geortz@gmail.com
d947a85f29 version number 0.4.0
calmagick: launch callirhoe in background



git-svn-id: https://callirhoe.googlecode.com/svn/trunk@146 81c8bb96-aa45-f2e2-0eef-c4fa4a15c6df
2014-09-28 15:22:10 +00:00
geortz@gmail.com
a98ce69e6a calmagick: new opts: --outfile, --prefix, --shuffle
improved int parsing (with bounds)
improved error reporting



git-svn-id: https://callirhoe.googlecode.com/svn/trunk@145 81c8bb96-aa45-f2e2-0eef-c4fa4a15c6df
2014-09-28 14:38:30 +00:00
geortz@gmail.com
ed95e8244f faster luminance calculation
manual placement support: N,S,W,E,NW,NE,SW,SE,center,random



git-svn-id: https://callirhoe.googlecode.com/svn/trunk@144 81c8bb96-aa45-f2e2-0eef-c4fa4a15c6df
2014-09-27 16:55:34 +00:00
geortz@gmail.com
cd1df2cdf9 new test operation: crop
git-svn-id: https://callirhoe.googlecode.com/svn/trunk@139 81c8bb96-aa45-f2e2-0eef-c4fa4a15c6df
2014-09-26 12:40:55 +00:00
geortz@gmail.com
04a62f5d8a alternate entropy computation
placement algorithm variations [WIP]
    fun stuff :) max-entropy placement (via dual minimization)



git-svn-id: https://callirhoe.googlecode.com/svn/trunk@138 81c8bb96-aa45-f2e2-0eef-c4fa4a15c6df
2014-09-26 12:09:55 +00:00
geortz@gmail.com
86f98e61f6 photo globbing & random sampling
minor changes in entropy computation
better pre-magick option handling
output image format support



git-svn-id: https://callirhoe.googlecode.com/svn/trunk@137 81c8bb96-aa45-f2e2-0eef-c4fa4a15c6df
2014-09-25 23:32:39 +00:00
geortz@gmail.com
48170487a9 month range parsing (towards photo globbing...)
git-svn-id: https://callirhoe.googlecode.com/svn/trunk@136 81c8bb96-aa45-f2e2-0eef-c4fa4a15c6df
2014-09-25 10:37:09 +00:00
geortz@gmail.com
6085b498cf improved ImageMagick support
comments cleanup



git-svn-id: https://callirhoe.googlecode.com/svn/trunk@135 81c8bb96-aa45-f2e2-0eef-c4fa4a15c6df
2014-09-24 21:07:47 +00:00
geortz@gmail.com
82d49ca099 improved entropy computation
improved fitting algorithm



git-svn-id: https://callirhoe.googlecode.com/svn/trunk@134 81c8bb96-aa45-f2e2-0eef-c4fa4a15c6df
2014-09-24 18:20:40 +00:00
geortz@gmail.com
25c380c28d test area shown in negative
git-svn-id: https://callirhoe.googlecode.com/svn/trunk@133 81c8bb96-aa45-f2e2-0eef-c4fa4a15c6df
2014-09-24 12:39:57 +00:00
geortz@gmail.com
39d9c5d077 alternate entropy computation (maybe compatible with older ImageMagick)
git-svn-id: https://callirhoe.googlecode.com/svn/trunk@132 81c8bb96-aa45-f2e2-0eef-c4fa4a15c6df
2014-09-24 12:34:28 +00:00
geortz@gmail.com
1e0940c202 ImageMagick options + grouping
version number increase



git-svn-id: https://callirhoe.googlecode.com/svn/trunk@131 81c8bb96-aa45-f2e2-0eef-c4fa4a15c6df
2014-09-24 10:33:33 +00:00
geortz@gmail.com
b1b43f41e6 CalMagick = callirhoe + ImageMagick !!
minor main program refact



git-svn-id: https://callirhoe.googlecode.com/svn/trunk@130 81c8bb96-aa45-f2e2-0eef-c4fa4a15c6df
2014-09-23 22:50:59 +00:00
geortz@gmail.com
d1601e51c9 updated styles
git-svn-id: https://callirhoe.googlecode.com/svn/trunk@115 81c8bb96-aa45-f2e2-0eef-c4fa4a15c6df
2014-09-11 20:36:28 +00:00
geortz@gmail.com
6511ce4151 updated styles
+transparent bw



git-svn-id: https://callirhoe.googlecode.com/svn/trunk@113 81c8bb96-aa45-f2e2-0eef-c4fa4a15c6df
2014-09-10 20:52:24 +00:00
geortz@gmail.com
22eaf9c251 holiday fixes
git-svn-id: https://callirhoe.googlecode.com/svn/trunk@94 81c8bb96-aa45-f2e2-0eef-c4fa4a15c6df
2014-09-09 21:08:07 +00:00
geortz@gmail.com
ff81c66ee9 updated french holidays (zones)
git-svn-id: https://callirhoe.googlecode.com/svn/trunk@81 81c8bb96-aa45-f2e2-0eef-c4fa4a15c6df
2014-09-09 16:13:35 +00:00
geortz@gmail.com
65105c047f updated info
git-svn-id: https://callirhoe.googlecode.com/svn/trunk@79 81c8bb96-aa45-f2e2-0eef-c4fa4a15c6df
2014-09-09 12:34:04 +00:00
geortz@gmail.com
2871c75cf2 added release files
added missing St George holiday definition



git-svn-id: https://callirhoe.googlecode.com/svn/trunk@77 81c8bb96-aa45-f2e2-0eef-c4fa4a15c6df
2014-09-08 12:41:45 +00:00
geortz@gmail.com
35fe9846f0 added forgotten files
git-svn-id: https://callirhoe.googlecode.com/svn/trunk@55 81c8bb96-aa45-f2e2-0eef-c4fa4a15c6df
2014-09-04 15:24:57 +00:00
geortz@gmail.com
c976d4b723 last-minute changes
git-svn-id: https://callirhoe.googlecode.com/svn/trunk@53 81c8bb96-aa45-f2e2-0eef-c4fa4a15c6df
2014-09-04 15:16:17 +00:00
geortz@gmail.com
b279d37b82 last moment changes
git-svn-id: https://callirhoe.googlecode.com/svn/branches/next@52 81c8bb96-aa45-f2e2-0eef-c4fa4a15c6df
2014-09-04 15:14:51 +00:00
geortz@gmail.com
ab38ed51f6 0.3.0 release
holiday support (with Orthodox & Catholic Easter based holidays)
fully documented code
code refactoring, better layout separation
sparse layout and minor patches {Neels}
more languages: german, turkish



git-svn-id: https://callirhoe.googlecode.com/svn/trunk@51 81c8bb96-aa45-f2e2-0eef-c4fa4a15c6df
2014-09-04 15:13:27 +00:00
geortz@gmail.com
bf01d96f92 merged/adapted code for Neels Homfeyr's sparse layout:
- sparse layout
- sparse style
- german/berlin holidays



git-svn-id: https://callirhoe.googlecode.com/svn/branches/next@49 81c8bb96-aa45-f2e2-0eef-c4fa4a15c6df
2014-09-03 21:18:16 +00:00
geortz@gmail.com
5741066ae6 more pythonic string joining
git-svn-id: https://callirhoe.googlecode.com/svn/branches/next@48 81c8bb96-aa45-f2e2-0eef-c4fa4a15c6df
2014-09-03 13:10:44 +00:00
geortz@gmail.com
d7ec93602d full code documentation with epydoc
git-svn-id: https://callirhoe.googlecode.com/svn/branches/next@47 81c8bb96-aa45-f2e2-0eef-c4fa4a15c6df
2014-09-03 12:56:19 +00:00
geortz@gmail.com
e31fa29316 fix bug in bars layout (regarding day of month reference)
git-svn-id: https://callirhoe.googlecode.com/svn/branches/next@46 81c8bb96-aa45-f2e2-0eef-c4fa4a15c6df
2014-08-28 16:35:05 +00:00
geortz@gmail.com
11e2ac0313 restructured code in main script
epydoc strings



git-svn-id: https://callirhoe.googlecode.com/svn/branches/next@45 81c8bb96-aa45-f2e2-0eef-c4fa4a15c6df
2014-08-28 16:31:41 +00:00
geortz@gmail.com
627f1d9c47 fixed common code base
should now be runnable :)



git-svn-id: https://callirhoe.googlecode.com/svn/branches/next@44 81c8bb96-aa45-f2e2-0eef-c4fa4a15c6df
2014-05-09 14:01:28 +00:00
geortz@gmail.com
1bf1441423 added forgotten base file (for layout separation)
added generic holidays file



git-svn-id: https://callirhoe.googlecode.com/svn/branches/next@43 81c8bb96-aa45-f2e2-0eef-c4fa4a15c6df
2014-05-09 11:17:44 +00:00
geortz@gmail.com
855d107cd1 layout separation, common code [WIP]
git-svn-id: https://callirhoe.googlecode.com/svn/branches/next@42 81c8bb96-aa45-f2e2-0eef-c4fa4a15c6df
2014-03-10 00:29:49 +00:00
geortz@gmail.com
8d3ee39b84 separate bars layout [WIP]
reminder day flag [WIP]
minor fixes/additions in xcairo
improved language data handling



git-svn-id: https://callirhoe.googlecode.com/svn/branches/next@41 81c8bb96-aa45-f2e2-0eef-c4fa4a15c6df
2014-02-25 18:20:09 +00:00
geortz@gmail.com
b30955c06a new holiday format, supports both span and ranges
git-svn-id: https://callirhoe.googlecode.com/svn/branches/next@40 81c8bb96-aa45-f2e2-0eef-c4fa4a15c6df
2014-02-07 16:44:00 +00:00
geortz@gmail.com
a0acd07198 comment fix
git-svn-id: https://callirhoe.googlecode.com/svn/branches/next@39 81c8bb96-aa45-f2e2-0eef-c4fa4a15c6df
2014-02-07 14:05:51 +00:00
geortz@gmail.com
f9140cb010 short/long daynames/monthnames
git-svn-id: https://callirhoe.googlecode.com/svn/branches/next@38 81c8bb96-aa45-f2e2-0eef-c4fa4a15c6df
2014-02-04 00:10:19 +00:00
geortz@gmail.com
8600fefd21 dayname stuff
DE language file {Neels}



git-svn-id: https://callirhoe.googlecode.com/svn/branches/next@24 81c8bb96-aa45-f2e2-0eef-c4fa4a15c6df
2013-12-30 22:41:14 +00:00
geortz@gmail.com
7ac9b54eaa improved multi-holiday support
git-svn-id: https://callirhoe.googlecode.com/svn/branches/next@23 81c8bb96-aa45-f2e2-0eef-c4fa4a15c6df
2013-12-30 21:29:43 +00:00
geortz@gmail.com
dbdb9497d6 support for multi-day events <Neels>
git-svn-id: https://callirhoe.googlecode.com/svn/branches/next@22 81c8bb96-aa45-f2e2-0eef-c4fa4a15c6df
2013-12-29 23:56:21 +00:00
geortz@gmail.com
44d1c0b25a holiday support
holiday definitions for Greece and France
TR language



git-svn-id: https://callirhoe.googlecode.com/svn/branches/next@21 81c8bb96-aa45-f2e2-0eef-c4fa4a15c6df
2013-12-29 20:56:48 +00:00
geortz@gmail.com
a91d979c3e next branch
git-svn-id: https://callirhoe.googlecode.com/svn/branches/next@18 81c8bb96-aa45-f2e2-0eef-c4fa4a15c6df
2013-12-29 19:28:18 +00:00