Conversation
Notices
-
Embed this notice
:blobcathug: (jain@blob.cat)'s status on Sunday, 07-Jan-2024 10:12:27 JST :blobcathug: :blobcatfrowningbig:
if i wana compare every emoji with each other i will end up with 3738745 results-
Embed this notice
:blobcathug: (jain@blob.cat)'s status on Sunday, 07-Jan-2024 10:14:57 JST :blobcathug: maybe i should write the code multithreaded :blobcatfingerguns: -
Embed this notice
:blobcathug: (jain@blob.cat)'s status on Sunday, 07-Jan-2024 10:29:39 JST :blobcathug: @chris compare pixel by pixel...
my code cannot yet distinguish between animated images, this one is the result of the first frame from :ablobcatheartbroken: and :blobcatnomouth:
i get a cumulated difference of R: 294279 G: 387646 B: 227710 A: 146047 -
Embed this notice
chris (chris@social.inzeiten.de)'s status on Sunday, 07-Jan-2024 10:29:40 JST chris @Jain Compare by what property?
edit
🤔 n^2/2-n -
Embed this notice
:blobcathug: (jain@blob.cat)'s status on Sunday, 07-Jan-2024 10:33:34 JST :blobcathug: @chris :blobcatgoogly: i guess something is wrong with the library i use... that shouldnt look blue... -
Embed this notice
:blobcathug: (jain@blob.cat)'s status on Sunday, 07-Jan-2024 10:41:07 JST :blobcathug: @chris i just generate a new image with
diff[pos].R = Abs(currentNewEmo[pos].R - currentExiEmo[pos].R); diff[pos].G = Abs(currentNewEmo[pos].G - currentExiEmo[pos].G); diff[pos].B = Abs(currentNewEmo[pos].B - currentExiEmo[pos].B); diff[pos].A = Abs(currentNewEmo[pos].A - currentExiEmo[pos].A); -
Embed this notice
chris (chris@social.inzeiten.de)'s status on Sunday, 07-Jan-2024 10:41:27 JST chris @Jain Is this for some sort of image generator or compression algorithm?
-
Embed this notice
:blobcathug: (jain@blob.cat)'s status on Sunday, 07-Jan-2024 11:06:37 JST :blobcathug: half a million files already generated... i think that should be enough data to continue development and fix shit somewhen
-
Embed this notice