unlimitedbacon / stl-thumb

Thumbnail generator for STL files
MIT License
1.02k stars 89 forks source link

Add Command Line Support #53

Closed J0nnyI closed 2 years ago

J0nnyI commented 2 years ago

I am currently working on a 3d file management software and am looking for an performant way to create thumbnails for 3d files, as doing this with C# is not feasible. Are you able to estimate the effort it would take to expand the project to support thumbnail generation by command line? I don't need anything fancy, just a object path and a thumbnail path as parameter and it should generate the thumbnail at the given location.

Of course I am willing to learn Rust (never done it before) to implement the feature myself and credit your project in case this is feasible.

unlimitedbacon commented 2 years ago

Uhm... It already has that. Have you looked at the bottom of the README? This is exactly how thumbnail generators are invoked on Linux.

J0nnyI commented 2 years ago

Great, thank you and sorry for overlooking that part of your Readme.

Tyler Anderson @.***> schrieb am Mo., 31. Jan. 2022, 09:18:

Uhm... It already has that. Have you looked at the bottom of the README? This is exactly how thumbnail generators are invoked on Linux.

— Reply to this email directly, view it on GitHub https://github.com/unlimitedbacon/stl-thumb/issues/53#issuecomment-1025481122, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHV3LXXRQHGI7C52YJS3PK3UYZAVLANCNFSM5NE5NAXA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you authored the thread.Message ID: @.***>