MineOS icon indicating copy to clipboard operation
MineOS copied to clipboard

own screensaver

Open samuelmill2003 opened this issue 3 years ago • 13 comments

i want own screensaver but i dont have good gif to lua converter. please help

samuelmill2003 avatar Apr 19 '21 14:04 samuelmill2003

Do you want a screensaver with a animation or what?

MrFredber avatar Apr 19 '21 16:04 MrFredber

gif to lua converter

There's no such software yet for MineOS. You can be the pathfinder and develop your own format <3

IgorTimofeev avatar Apr 19 '21 16:04 IgorTimofeev

Trailblazer would be a more fitting word.

CoolCat467 avatar Apr 20 '21 00:04 CoolCat467

Ideas on how to store simple animations: First frame is a regular picture, but adds number of frames animation plays along with width height definitions After first frame, store changes in the original image, not just more images. Storing multiple images would work, but it would take up more disk space in most cases and would probably be slower than just updating existing data Each change block starts by telling how many changes happen so the computer knows where to stop, then can either do one of couple of things in general:

  1. Do basically what OCIF6 does and store pixel changes in groups with changes in the x y positions - Would probably be fast in some cases, but slower in others
  2. Store image library commands to modify the image - Would probably be slower than option 1, but would be (when animation to format is efficient) less disk space and less time reading files
  3. Store rectangular chunks of images moving, maybe combined with parts of previous steps - Probably more disk space efficient than one, but probably slow.

Most certainly more efficient methods are possible, but these are ideas for if anyone want to take a jab at trying to implement this. I think the most difficult thing would be the system that would convert the gifs to this new format efficiently. Luckily, that will probably never happen on a MineOS computer itself, so you wouldn't have to worry about memory, space, or time, as much anyways. It always matters to some extent, but we can be ok with inefficient stuff to some extent with so much power at our disposal.

CoolCat467 avatar Apr 20 '21 01:04 CoolCat467

Trailblazer would be a more fitting word.

image

IgorTimofeev avatar Apr 20 '21 10:04 IgorTimofeev

you can use Python language with PIL module to convert.

mckuhei avatar Apr 24 '21 10:04 mckuhei

Well, not to convert on its own, but definitely would be able to load in the images and allow you to convert them.

CoolCat467 avatar Apr 24 '21 16:04 CoolCat467

gif to lua converter

There's no such software yet for MineOS. You can be the pathfinder and develop your own format <3

this is not an issue regarding mineos. gif to lua converters do not exist, as lua is a language used outside minecraft. go on and try create your own. by now, close this issue.

spongedev1 avatar Jun 11 '21 11:06 spongedev1

okay:(

IgorTimofeev avatar Jun 11 '21 15:06 IgorTimofeev

uh not you

i asked the author. kind of a misunderstanding

spongedev1 avatar Jun 12 '21 09:06 spongedev1

you can reopen if you want

spongedev1 avatar Jun 12 '21 09:06 spongedev1

image

IgorTimofeev avatar Jun 12 '21 17:06 IgorTimofeev

haha

spongedev1 avatar Jun 12 '21 17:06 spongedev1

image

Smok1e avatar Mar 16 '24 21:03 Smok1e