Current Server Time: 23:52 (Central Europe)

#apertus IRC Channel Logs

2018/04/06

Timezone: UTC


01:45
rton
left the channel
02:40
futarisIRCcloud
left the channel
03:35
Rex0r
left the channel
07:19
se6astian|away
changed nick to: se6astian
08:28
rton
joined the channel
08:40
tezburma
joined the channel
09:19
sebix
joined the channel
09:19
sebix
left the channel
09:19
sebix
joined the channel
09:46
Bertl_zZ
changed nick to: Bertl
09:46
Bertl
morning folks!
09:53
tezburma
left the channel
10:06
tezburma
joined the channel
10:19
Bertl
off for now ... bbl
10:19
Bertl
changed nick to: Bertl_oO
11:17
sebix
left the channel
11:37
niemand
joined the channel
11:37
niemand
left the channel
11:37
niemand
joined the channel
13:15
futarisIRCcloud
joined the channel
14:04
supragya
joined the channel
14:16
supragya
left the channel
14:24
supragya
joined the channel
14:39
supragya
left the channel
15:13
Rex0r
joined the channel
15:32
tezburma
left the channel
15:32
tezburma
joined the channel
15:51
BAndiT1983|away
changed nick to: BAndiT1983
16:08
supragya
joined the channel
16:15
BAndiT1983
hi supragya, how is it going?
16:15
supragya
hi BAndiT1983 ! I am working on handlebars right now
16:15
BAndiT1983
oha, looking forward to it
16:15
BAndiT1983
where is your comrade TofuLynx?
16:15
supragya
Tried mjml template you gave on the website of mjml, it was still compile error
16:16
supragya
I don't know where Tofu is... he logged in sometime a few days back, maybe yesterday... idk
16:19
BAndiT1983
MJML template should build, otherwise we couldn't export final HTML
16:20
supragya
[couldn't export final HTML] <-this was happening...
16:20
supragya
try yourself with the code linked by Rex0r last night...
16:20
supragya
should be on IRC logs
16:21
supragya
if your MJML builds, can you please link me up with that version?
16:26
BAndiT1983
let me get the latest version first, from the discussion thread
16:35
BAndiT1983
supragya, try MJML live editor, to find errors
16:37
supragya
left the channel
16:50
supragya
joined the channel
17:01
supragya
can you assure this is correct: https://notepad.pw/mjmlerrors
17:01
supragya
I tried Mjml live editor... just says badly formatted
17:02
supragya
ah... just got your PM
17:02
BAndiT1983
fixed most stuff, looking through again what the live editor is complaining about
17:03
BAndiT1983
mjml plugin in vscode is not strict enough
17:13
supragya
Here is the repo: ` https://github.com/supragya/ApertusNewsletters `
17:15
supragya
mjml template... you are clearing things up with that, or me? because... I need template to move ahead now
17:15
supragya
else is done
17:17
niemand
left the channel
17:18
BAndiT1983
create your own template for tests first, as it takes some time to clear up the things in this one, we haven't used git for versioning yet, so it's a bit difficult to find all the culprits, like missing closing tags
17:18
supragya
ok
17:20
supragya
i was a bit worried on design
17:20
supragya
nothing else
17:21
BAndiT1983
why?
17:26
supragya
it can change?
17:27
supragya
I guess that was something mutually agreed upon.. didn't wanna change it as such
17:27
supragya
if you are fine.. i'll try other template
17:27
supragya
can I get the pallette?
17:27
supragya
color values you use?
17:28
supragya
nvm, I can scrape that out from that mjml
17:28
BAndiT1983
i've meant, that you should create a template to try around
17:29
BAndiT1983
we won't change this template that soon, as it was difficult enough to get it done in short time
17:29
TofuLynx
joined the channel
17:29
TofuLynx
Hello!
17:29
BAndiT1983
hi TofuLynx
17:29
TofuLynx
What did you need BAndiT1983
17:29
BAndiT1983
just wanted to know if you have fixed the downscaler
17:30
TofuLynx
Not yet. It's strange. If I follow your suggestion, there is a black bar
17:30
TofuLynx
I think I will start over the cycle, what do you think?
17:31
BAndiT1983
try your luck
17:32
TofuLynx
do you have the code near you?
17:32
TofuLynx
I want to explain you a thing
17:36
BAndiT1983
give me a moment to fire up the VM
17:37
rton
left the channel
17:37
BAndiT1983
ok
17:37
TofuLynx
basically
17:38
TofuLynx
imagine a raw image with resolution 8x8 pixels
17:38
TofuLynx
to simplify
17:39
TofuLynx
the code extracts 4 pixels each time, and so on until it reaches index 8
17:39
BAndiT1983
you know, wanted to suggest some days ago to write a unit test with pre-defined 8x8 data
17:40
TofuLynx
which extractes 4 pixels and increments dataIndex, and only after it jumps to index 16
17:40
TofuLynx
and then from the index 16 it jumps to index 18
17:40
BAndiT1983
my expectation is, that 8x8 would end with 4x4 pixels
17:40
TofuLynx
do you see the problem here?
17:41
BAndiT1983
sorry, no
17:41
TofuLynx
it basically ignored the pixel 16 and extracted from a wrong pixel, the pixel 8
17:42
TofuLynx
ok
17:42
TofuLynx
let me try to explain again
17:42
BAndiT1983
8x8 = 64, so you have 32 increments, as you move up by 2
17:43
TofuLynx
the cycle should read the pixels 0, 2, 4, 6, 16, 18, ... right?
17:43
BAndiT1983
yes
17:43
TofuLynx
from the code, it seems that it reads the pixels 0, 2, 4, 6, 8, 18, ...
17:44
BAndiT1983
maybe some jump is still wrong, that's why you could try to write a unit test with pre-defined 8x8 data
17:45
TofuLynx
Ok
17:45
BAndiT1983
or just embed a test in the downscaler for now, so it'S executed before or after the main extraction
17:59
TofuLyn_
joined the channel
17:59
TofuLyn_
BAndiT1983:
17:59
TofuLyn_
BAndiT1983: I think I fixed it
17:59
TofuLyn_
but I am not sure
17:59
TofuLyn_
as the "fixed" image as a lot less colors
18:00
TofuLyn_
will send screenshots
18:01
TofuLyn_
https://imgur.com/a/o5SjA
18:01
TofuLyn_
Can you check it?
18:02
BAndiT1983
colors shifted, probably some offset in values
18:02
BAndiT1983
seen it before, when i've played around with offsets
18:03
supragya
looks purplish, desaturated and yukk
18:03
TofuLyn_
yeah
18:04
TofuLyn_
at least there's not any glitch
18:04
TofuLyn_
is the sample RGGB?
18:04
BAndiT1983
as far as i remember, yes
18:04
supragya
well, if earlier it was okay... then yeah it is RGGB
18:04
supragya
before image is okay, so there is that
18:04
TofuLyn_
You're right raj
18:06
TofuLyn_
I have to go now, this evening i will check this
18:06
TofuLyn_
See you later!
18:07
supragya
see ya
18:14
TofuLynx
left the channel
18:15
slikdigit
joined the channel
18:17
niemand
joined the channel
18:17
niemand
left the channel
18:17
niemand
joined the channel
18:22
TofuLyn_
left the channel
18:47
se6astian
https://twitter.com/ApertusOSCinema/status/982313568757575680
18:55
BAndiT1983
can we compare PCBs to such images?
18:55
se6astian
no
18:57
se6astian
we need to first create one scanned reference "known good" image
18:57
se6astian
off for now
18:57
se6astian
changed nick to: se6astian|away
18:58
BAndiT1983
changed nick to: BAndiT1983|away
19:20
supragya
left the channel
19:25
ArunM
joined the channel
19:32
supragya
joined the channel
19:44
supragya
left the channel
20:33
tezburma
left the channel
20:37
niemand
left the channel
21:35
TofuLyn_
joined the channel
21:40
niemand
joined the channel
21:40
niemand
left the channel
21:40
niemand
joined the channel
21:44
ArunM
left the channel
21:53
niemand
left the channel
21:55
slikdigit
left the channel
22:04
BAndiT1983|away
changed nick to: BAndiT1983
22:17
BAndiT1983
changed nick to: BAndiT1983|away
22:58
TofuLyn_
left the channel
23:14
Bertl_oO
off to bed now ... have a good one everyone!
23:14
Bertl_oO
changed nick to: Bertl_zZ