Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
2012-06-10
| ||
21:52 | Renamed 'make-progressor' to 'gen-progressor' so as to indicate result is a lambda. Leaf check-in: 0a9ba702a3 user: saul tags: trunk | |
2012-06-09
| ||
13:20 | Fixed when pieces appear (previously they appeared one frame too late). check-in: cc8a371e9b user: saul tags: trunk | |
08:35 | Fixed so both start and end of transition are fully exposed frames. check-in: 4754a5b716 user: saul tags: trunk | |
04:56 | Script to transition using jigsaw pieces. check-in: e11499d94c user: saul tags: trunk | |
2012-05-03
| ||
19:11 | Script to simulate a diffusion filter (based on algo by Antoine Tissier). check-in: 98ce1bbf9b user: saul tags: trunk | |
19:08 | Experimenting with using a 'shm' (tmpfs) for ex/importing GAP clips (requires 'sudo' privileges to 'mount'). Leaf check-in: f3d192ee3d user: saul tags: gap-shm | |
19:06 | Create new branch named "gap-shm" check-in: e7c2f4d3f3 user: saul tags: gap-shm | |
2012-04-15
| ||
06:36 | New script using GIMP's 'waves' plug-in that makes pond ripples. check-in: 9feb27b2d2 user: saul tags: trunk | |
2012-04-10
| ||
06:48 | New script (transition actually) check-in: 10e9ed69cf user: saul tags: trunk | |
2012-04-05
| ||
14:00 | Forgot .script file check-in: e765fa2557 user: saul tags: trunk | |
13:56 | New "effect" (for editing selected range of frames in GIMP GAP). check-in: 97b6bb7da0 user: saul tags: trunk | |
2012-04-01
| ||
23:28 | Improved cartoonize script (now with parameters). Added quantization and black threshold. check-in: 54a2497bfd user: saul tags: trunk | |
2012-03-30
| ||
03:49 | New transition. Experimental. check-in: a051d3f5fb user: saul tags: trunk | |
2012-03-29
| ||
12:19 | Created a utility function 'make-progressor' that simplifies time-based parameters. Updated ripple script to use this function for modulating amplitude and phase. check-in: 7fd3424ff7 user: saul tags: trunk | |
2012-03-28
| ||
08:11 | New effect. check-in: 5588961328 user: saul tags: trunk | |
06:54 | New script. check-in: a514337ce5 user: saul tags: trunk | |
2012-03-27
| ||
12:57 | Oops! I forgot to add this. check-in: a44fade7a2 user: saul tags: trunk | |
12:44 | JPEG saves now only save active layer (flattened against black), other layers are ignored. check-in: b35027c7da user: saul tags: trunk | |
02:30 | Fixed critical bug in default.loop and regenerated scripts. Also, Ripple is now pretty much functional. check-in: 1a5746efd1 user: saul tags: trunk | |
2012-03-26
| ||
11:51 | I am hopeful... check-in: 99d103f0ad user: saul tags: trunk | |
10:54 | All appears to be working except that direction of velocity is reversed. check-in: 3dbc31d027 user: saul tags: trunk | |
2012-03-25
| ||
14:30 | The ripple effect is still in sorry shape. Phase shifting is working but I need to re-do the modulation (I need to handle negative ripple amplitudes, which GIMP's plug-in does not directly support). check-in: 4c5ad5c0c6 user: saul tags: trunk | |
2012-03-24
| ||
18:18 | Abandoned linear Cycling of modulation -- the result was often disjointed and unpleasant. Kept linear ramping because the effect is distinct from spherical ramping without the danger of disjointedness at the peaks. check-in: cd16d5e203 user: saul tags: trunk | |
15:15 | Spherical modulation seems to be functioning properly. Newly added linear modulation is not. check-in: a6ab0b7299 user: saul tags: trunk | |
13:24 | Modulation is now working. check-in: 1a37fcb295 user: saul tags: trunk | |
03:35 | ripple.loop prelim version (not tested at all) check-in: 91b01da349 user: saul tags: trunk | |
2012-03-21
| ||
15:26 | Fixed regression caused by unescaping the escaped escaped that was escaping the quote. check-in: 0c586f0d3e user: saul tags: trunk | |
2012-03-20
| ||
09:03 | No effective change, merely correcting a Fossil anomaly. check-in: e9550d712a user: saul tags: trunk | |
09:01 | No effective change, just trying to correct a Fossil anomaly. check-in: ac2504b8ed user: saul tags: trunk | |
08:49 | Re-generated .script files check-in: c999ede1f0 user: saul tags: trunk | |
08:38 | Ensure that JPEGs do not have an alpha channel. Flattened to YUV black. check-in: fdcbafa301 user: saul tags: trunk | |
08:17 | Removed (poorly-named) video.loop check-in: f911d91e07 user: saul tags: trunk | |
07:56 | Added Video Pattern filter. check-in: fc9abb07d8 user: saul tags: trunk | |
07:17 | Re-generated script files. check-in: 968c484b3d user: saul tags: trunk | |
07:04 | Unsharp Mask check-in: 77c90d9f56 user: saul tags: trunk | |
00:14 | Minor fixes to comments. check-in: 62f230051d user: saul tags: trunk | |
00:13 | Removed symlinks; 'default.pre' renamed to 'default.preloop' (LiVES uses .pre extension for previews) and it is now the only preloop for all RFX-GIMP scripts. check-in: d4c473d465 user: saul tags: trunk | |
2012-03-19
| ||
21:57 | Added generated .script files to facilitate downloading. check-in: b14e825154 user: saul tags: trunk | |
20:47 | Modified Motion Blur triggers to use maximum of $width and $height. check-in: 84134f51d0 user: saul tags: trunk | |
20:17 | Removed log file capability (user should start the server from GIMP if log file is desired). check-in: e39d25cfee user: saul tags: trunk | |
20:13 | Removed capability of specifying a log file from an environment variable (this can be accomplished through a running GIMP). Closed-Leaf check-in: 6a04cb8203 user: saul tags: trunk | |
17:34 | New script to implement motion blur. check-in: 4e8eee5546 user: saul tags: trunk | |
14:53 | Introduced code to record PID of forked GIMP so that it can be killed at some point. check-in: bd6681ebc2 user: saul tags: trunk | |
12:11 | Fixed silly bug with wrong variable name. Also, renamed some vars. check-in: 202b43fff4 user: saul tags: trunk | |
10:26 | Added symlinks (needed to upgrade fossil first). check-in: d29ea05677 user: saul tags: trunk | |
10:23 | Re-organizing filenames. No code changes, and process is incomplete (skip to next check-in). check-in: 80367d6ea3 user: saul tags: trunk | |
08:42 | RENAMED 'loops' directory to 'effects'. Rather than having all loop scripts lumped together, they will be split into categories such as effects, transitions, generators, tools, and utilities. check-in: 6fbf70e519 user: saul tags: trunk | |
2012-03-18
| ||
17:57 | Added Cartoonize script. check-in: 6a9d95b7f4 user: saul tags: trunk | |
16:05 | Removed importation of Time::HiRes (usleep is no longer needed). check-in: 6de7f19779 user: saul tags: trunk | |
15:58 | Added some support for env variables to specify a log file (RFXGIMP_LOGFILE), serv er port (RFXGIMP_PORT), and GIMP invocation flags (RFXGIMP_FLAGS). Useful flags might be -i for no interface (GIMP runs in background) and -f (no fonts, saves time loading fonts but could cause problems for text generating scripts). check-in: 2b159a0265 user: saul tags: trunk | |