joyhughes / Jen

Image processing, generative photography, cellular automata
https://discord.gg/GQQHUbkf
21 stars 20 forks source link

Image Picker #69

Open joyhughes opened 2 months ago

joyhughes commented 2 months ago

A WYSIWYG picker widget for images, showing thumbnail images with 60px width and height within the widget container. Include in WidgetGroup.js

The user can pick from predefined images referenced by the widget JSON, defined as type menu_string and tool image_picker. The choices field will contain the filenames within the Emscripten file system. It will call window.Module.get_img_thumbnail( name, sizex, sizey );

New images might also be added from a the Web or the user's computer.

Look at ImagePortCanvas.js to see how the thumbnail could be rendered and how mouse interaction could work.

karanmanglani commented 2 months ago

@joyhughes I would like to work on this issue Under GSSOC.

joyhughes commented 2 months ago

@karanmanglani welcome aboard!

joyhughes commented 2 months ago

@karanmanglani Learn more about project here: https://www.youtube.com/watch?v=vN1ApdESIrc Please ask any questions you may have

karanmanglani commented 2 months ago

@karanmanglani Learn more about project here: https://www.youtube.com/watch?v=vN1ApdESIrc Please ask any questions you may have

Thanks, i will definitely ask about any doubts occuring to me.

joyhughes commented 1 month ago

@karanmanglani Please join Lux Vitae discord https://discord.gg/GQQHUbkf

joyhughes commented 1 month ago

@karanmanglani Is there anything I can do to help you get started?