alezanai / term-annotator

Super-fast image annotation using terminal and keyboard
0 stars 0 forks source link

gif-frames package should be used in front end #25

Open TaniaPash opened 4 years ago

TaniaPash commented 4 years ago

Actual

gif-frames is used in node process

png file is saved into annotated directory

export.folders.<folder-name>.thumbnail is the png file

A specific image is used as thumbnail

Expected

gif-frames is used in teh browser (frontend)

png file is not saved anywhere but regenerated in the browser

export.folders.<folder-name>.thumbnail is the gif file

The first image of the gif is used as a thumbnail