mkarhumaa / gifmaker

Software for converting video segments to animated GIF.
2 stars 0 forks source link

Web application coding #6

Closed ropelli closed 10 years ago

ropelli commented 10 years ago

Python script that produces the html and css files to be created

olihub commented 10 years ago

Uploaded new version to /~ookkonen (Done with automated code!). I'll polish the script a bit but it's basically ready.

HenriH89 commented 10 years ago

Firefox doesn't show the still images, just empty squares instead. Gifs work though.

olihub commented 10 years ago

Oh right.. Only tested chrome / mobile browser. I'll look into it, thanks!

olihub commented 10 years ago

Firefox will be supported after next update. It appears that relative paths to .png caused to problem.

mkarhumaa commented 10 years ago

Could you upload your python script to github? I think I could add the feature to converter that it executes the python script after it has done the animations.

olihub commented 10 years ago

Should now support other resolutions than 480 x 272 now. The wire had old 4:3 ratio and therefore different resolution which caused some issues.