AKTIVE

Timeline
Login

Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 most recent check-ins

2025-03-31
22:53
fix: missing validations for polyline and circles. have to check for required number of points/circles Leaf check-in: f11ee38110 user: aku tags: trunk
22:52
core: regenerate documentation, see fix in previous commit check-in: 09a99642da user: aku tags: trunk
16:45
fix: small documentation typo check-in: d91a88e5af user: aku tags: trunk
2025-03-28
22:26
chore: regenerated embedded docs, new files check-in: 5e7d314124 user: aku tags: trunk
22:25
chore: regenerated embedded docs check-in: 2660b263c6 user: aku tags: trunk
22:22
feat: switched sdf element configuration to floating point (locations) where sensible note: IOW, sdf elements now can have fractional positions and dimensions relative to the pixel grid chore: updated examples and tests check-in: dfc3fb00c0 user: aku tags: trunk
22:19
feat: new types for fractional (floating point) 2d locations and rectangles, plus basic functionality check-in: f854da796b user: aku tags: trunk
22:18
fix: mishandling of degenerate stretch input (horiz line: src max == src min) feat: export stretch parameters and configuration through result meta data check-in: 5433851f98 user: aku tags: trunk
2025-03-22
10:55
perf: re-implement sdf circles at C level. perf: re-implement sdf polyline at C level. chore: updated test results (meta data, pixels are unchanged) chore: regenerated documentation check-in: defa56328f user: aku tags: trunk
2025-03-05
20:07
feat: image readers for reading from a string/bytearray feat: removed need for a temp file from the image -> tk photo conversion note: readers became ensembles chore: fix all uses of the `file` readers to match the changed syntax chore: regenerated docs check-in: 877403cead user: aku tags: trunk
20:05
feat: doc writer; extended to provide individual anchors for each example check-in: 150f71cb85 user: aku tags: trunk
2025-01-08
14:42
chore: regenerated docs. check-in: dd4d9ef80f user: aku tags: trunk
14:41
fix: aggregate argument checking and messaging. check-in: b488c542b7 user: aku tags: trunk
2024-12-19
14:56
fix: missing ref to cross reference file holding source markers. drop: doc fossil processing feat: new install helper, for debug, no doc processing at all. check-in: 8ff8edcc62 user: aku tags: trunk
14:54
doc: more internals doc about the lanczos interpolator. tweek: formatting, for clarity. check-in: ff143ab9e9 user: aku tags: trunk
2024-12-15
15:16
chore: documented new DSL `ref` command. chore: went through op specs, moved internals refs into docs. added additional refs. tweak: dropped asset labels, not really relevant. might re-add as reference to a doc page. chore: regenerated embedded docs. check-in: 2bb22628f0 user: aku tags: trunk
15:11
feat: extended DSL to support declaration of references, and writing into the generated docs. check-in: d30fcbfd35 user: aku tags: trunk
12:55
fixup: drop removed example files. check-in: 24f9e14819 user: aku tags: trunk
12:54
fix: (wobble) copy pasta error in comment. feat: Added polar and cartesian transformations (origin maps, effects) note: here the range for angkes, i.e. [-pi,pi], mattered, needed [0,2pi]. chore: regenerated embedded docs. check-in: 7a89c39394 user: aku tags: trunk
12:49
chore: made note of angle's range. this matters. check-in: 7d1662d4bb user: aku tags: trunk
12:48
fix: copy pasta error in comment. check-in: 54e905524a user: aku tags: trunk
2024-12-14
16:14
fix: missing line separator for table. chore: regenerated embedded docs. check-in: e218f2ac33 user: aku tags: trunk
16:09
chore: regenerated embedded docs. check-in: d09c2833c0 user: aku tags: trunk
16:08
chore: activated xref source scanning. feat: marked a number of referencable locations in the sources. rework: dsl documentation, filled in a number of missing things. use the new src references. refactor: separated wobble config into own file, shared between the low- and highlevel ops. check-in: 49ef3ed559 user: aku tags: trunk
16:03
refactor: moved example support procs out of writer into separate file (esupport.tcl). feat: added ability to set and use source code references (!xref-mark ...). tweak: extended available operator references for use from different location while keeping to relative links. check-in: 6f9b87ec21 user: aku tags: trunk
2024-12-12
23:12
fix: missing examples. something bogus in the tools/re check-in: 81c1eb8c95 user: aku tags: trunk
23:11
chore: regenerated embedded documentation. tweak: package builder to update the doc/ref add/miss information. check-in: cc363bac05 user: aku tags: trunk
23:09
feat: new effect, wobble, a wave effect around a center. tweak: swirl documentation check-in: 5b70942355 user: aku tags: trunk
23:08
tweak: swirl map documentation check-in: b944b56521 user: aku tags: trunk
21:49
fix: missing added examples. check-in: 4e37cb17c3 user: aku tags: trunk
21:48
chore: regenerated embedded docs. check-in: 109cb6080f user: aku tags: trunk
21:46
chore: added input image names and descriptions where suitable. chore: updated tests to match. tweak: lots of operator descriptions (input name refs), added a few more examples. check-in: c8e7a416a5 user: aku tags: trunk
21:43
feat: added color conversion sRGB to gray. check-in: 02a039d51d user: aku tags: trunk
21:43
feat: extended dsl front- and backend to support image input names and descriptions. check-in: 09a0ec9b4c user: aku tags: trunk
2024-12-10
21:44
feat: new effects min/max-rgb, idea from <https://docs.gimp.org/2.8/en/plug-in-max-rgb.html>, with examples. chore: regenerated docs. check-in: 17030bd9db user: aku tags: trunk
21:06
fix: potential un/signed mismatches via explicit casts. check-in: 0d1937782e user: aku tags: trunk
21:05
chore: regenerated docs (parameter order for `indexed`). check-in: d98e68c495 user: aku tags: trunk
21:02
tweak: parameter order for `indexed`. fix: missed test updates to match the added x/y parameters for the various `image from ...` generators. check-in: 8ec0416335 user: aku tags: trunk
2024-11-22
20:35
chore: completed examples for sdf and drawing. chore: completed examples for global and local thresholds, and masks. chore: regenerated docs. check-in: 6782f13186 user: aku tags: trunk
20:33
feat: back links from operator docs to page top. feat: additional asset added to quick access by examples check-in: b84a3317ba user: aku tags: trunk
17:03
chore: near-complete set of examples for sdf and draw ops. chore: regenerated docs. check-in: 3d31eeb98e user: aku tags: trunk
15:55
chore: add examples to various operators not having any yet. chore: regenerated docs. check-in: 0b45f968e6 user: aku tags: trunk
15:54
tweak: handling of example -text results. support multi-line. feat: added operator locations to the listing of ops without examples. check-in: 97bef8fd22 user: aku tags: trunk
14:28
feat: added operator locations to the operator listing, and aligned the columns. feat: link operator docs back to the definition in the code. tweak: the generated html for the examples. chore: regenerated docs. check-in: 0b5afd79d7 user: aku tags: trunk
14:25
tweak: make collected operator locations more useful (proper relative paths). tweak: added more colors, although not used. tweak: print defined operators to log. check-in: 1af446909f user: aku tags: trunk
13:09
chore: regenerated docs. check-in: 5700455558 user: aku tags: trunk
13:06
tweak: transform examples. additional overlays to hopefully boost operator understanding. feat: examples for viewport. check-in: 5a67c26f2e user: aku tags: trunk
13:04
feat: added convenience operator for arbitrary rotation. feat: added convenience operator for arbitrary resizing. check-in: d6e98a83d1 user: aku tags: trunk
13:01
fix: broken location pass-through when drawing. tweak: documentation. check-in: cead2f55b8 user: aku tags: trunk
13:00
feat: extended `image from *`, added support for arbitrary locations. check-in: 25ca102eff user: aku tags: trunk