ozbob13 · @ozbob13
33 followers · 94 posts · Server aus.social

This morning's row. 3.7km lake loop. On EXR/concept2

Sprints 100m and 750m
Still rowing well within myself, coming back from a health setback. But pleased with my progress.

#exr #rowing

Last updated 1 year ago

claude · @mathr
287 followers · 2739 posts · Server post.lurk.org

I updated with a new tool exrmean to find the of a sequence of image files. Only works with float16 (half precision) R G B data, other channels are ignored. All images must have the same dimensions. Accumulation is done in float32 (single precision), output is float16 again.

#exr #mean #exrtact

Last updated 3 years ago

claude · @mathr
287 followers · 2739 posts · Server post.lurk.org

I updated my project (miscellaneous tools for image files) with a new program exrquantile that outputs data similar in purpose to a (it sorts the data from a given channel and outputs the values at regularly spaced counts, so you can easily read off the minimum, maximum, median, and other ).

mathr.co.uk/exrtact

#quantile #histogram #exr #exrtact

Last updated 3 years ago

claude · @mathr
288 followers · 2739 posts · Server post.lurk.org

archive.org/download/zoom-inte 950MB 1920x1080p60 3m35s

raw iteration data keyframes from in container colourized using 4 with per-output-frame processing. 32 samples per pixel from 4x4 sized keyframes for

#MandelbrotSet #fractal #zoom #video #colourcycling #dynamo #kf #exr #opengl #AntiAliasing

Last updated 5 years ago

Akihiko SHIRAI, Ph.D · @o_ob
177 followers · 46581 posts · Server mstdn.io

昨日の での さんによる非常にまじめな製造業に向けた 案件(発表者はVTuberP)
t.co/lzVnSQzGdN t.co/bm9d1IYfHi

#dhw #exr #vrm

Last updated 5 years ago

Akihiko SHIRAI, Ph.D · @o_ob
177 followers · 46581 posts · Server mstdn.io
Akihiko SHIRAI, Ph.D · @o_ob
177 followers · 46581 posts · Server mstdn.io

7,000km以上離れた日豪同時リハーサルを無事終え20日に

で発表します!

Special Thanks @mikeseymour
@virtual_ayumu @kanipon

@hapbeat__ @yus988
@virtual_cast @MobileHackerz
@eijiaraki
@milkyqueen_idol @algorithm_jc t.co/VmZSAU98Pd

#siggraphasia2019 #RealTimeLive #exr #VirtualCast #wfle #hapbeat

Last updated 5 years ago

Akihiko SHIRAI, Ph.D · @o_ob
177 followers · 46581 posts · Server mstdn.io

RT @VRonjp: 【超気になる!】
あの感動が再び!
豪州で開催されます「SIGGRAPH ASIA 2019」で
さんらがREAL TIME LIVE! に日本勢として登場します。20日です!





t.co/GFlKKvd4LT

#greevrstudiolab #直感アルゴリズム #ミルキークイーン #nttドコモ #5g #バーチャルキャスト #ジャストプロ #exr #hapbeat #sa19rtl

Last updated 5 years ago

claude · @mathr
288 followers · 2739 posts · Server post.lurk.org

mathr.co.uk/exrtact

new feature: channel filtering in tiled assembly, example usage:

```
./exrtactile input 10 0 output.exr R G B
```

#exr

Last updated 5 years ago

claude · @mathr
288 followers · 2739 posts · Server post.lurk.org

Hacking on fork to make it possible to load arbitrary channels from image files (for example, raw fractal iteration data saved from ).

It mostly works, except when enabling time-based animation (seems channels reset to RGBA? investigating...). The attached GIF was done with manual stop motion instead of the animation render functionality.

#fragmentarium #fragm #exr #kf

Last updated 5 years ago

claude · @mathr
288 followers · 2739 posts · Server post.lurk.org

made a little tool to extract channels and preview images from files
mathr.co.uk/exrtact
very basic but useful for (I used it to be able to view kf's `NF` channel in exrdisplay which led me to notice and fix vertical flipping)

#exr #debug

Last updated 5 years ago

claude · @mathr
288 followers · 2739 posts · Server post.lurk.org

Productive evening working on . New stuff:

- Save/Ctrl-S has an option to add timestamps to the filename instead of overwriting
- LogLog and ATan iteration count transfer functions
- status bar now uses more of the window width dynamically, which should improve accessibility if the system font size is increased (information less likely to be truncated)
- pruned some dead code
- added a quick start guide to the documentation
- made Octave/Matlab utility scripts into function files to be more compatible

and I finished the main new feature of the next release:

- file input and output including 16bit linear half-float RGB (output only, full accuracy, suitable for post-processing in (*) or other software), raw iteration data, and full metadata.

Hopefully this means I can deprecate the custom KFB file format, and even more hopefully other will adopt the EXR conventions of KF, which are documented here:
fractalforums.org/programming/

(*) needs darktable from git, or 2.8 when it is released, otherwise you can `convert kf-output.exr dt-input.exr` to remove the extra channels that confuse earlier darktable versions

#kf #exr #darktable #hdr #escape #time #fractal #software

Last updated 5 years ago

claude · @mathr
288 followers · 2739 posts · Server post.lurk.org

for viewing

map exported to from my "raymond" thingy implemented in inside , converted to using . EXR data must be in [0..1] for GIMP to understand it (otherwise it clips, not sure if it's clipped by FragM or GIMP). Not sure if sRGB non-linear response curve is mangling my data.

texture from a photo I took, cropped into a narrow vertical strip and made in

depth and texture combined with . took many iterations to get something that didn't make my eyes hurt too much. depth is jarring, too-small texture detail is distracting.

Refs:
- paulbourke.net/dataformats/pbm for PFM file format (like PGM/PPM but float32 data)

#autostereogram #crosseyed #depth #exr #raytracing #glsl #fragmentarium #pfm #gimp #fabric #seamless #homemade #software #discontinuity

Last updated 6 years ago