Screentogif: As a library

Created on 4 Nov 2016  路  10Comments  路  Source: NickeManarin/ScreenToGif

This could be a very powerful support tool if it could be included in a software project.

The idea as a workflow:

  1. A user of my software is having an issue
  2. They hit the "Report Issue" button
  3. Behind the scenes, screentogif.dll starts recording the application's window.
  4. The user is instructed to reproduce the issue if possible
  5. Once the user has recreated the problem, they indicate that they're done
  6. The application stops the recording
  7. The application acquires the generated gif
  8. Logs are packaged up with the gif, it is all sent back to our support department as a tidy little ticket.

If such a library as screentogif.dll existed, and supported steps 3,4,6, and 7 then that would be stellar.

I'm sure we could pull the source and just do it in-house as a one-off, but everybody benefits when packages make it up to NuGet.

Thanks for considering!

enhancement future feature

Most helpful comment

This is an awesome idea!

All 10 comments

This is an awesome idea!

If you do, please consider also dual-licensing with an additional licence, because MS-PL might not be GPL-compatible. Depending on how permissive you want to get, perhaps (one of) the LGPL or MIT licences.

Yes, I want to change the license of this project, but I have to read everything carefully.

Thanks! :)

I suggested dual-licensing instead of changing the existing one so existing users won't have to reevaluate the licence. Might make things easier.

Oh, I was thinking about switching to a license very close to the current one with the same reason in mind. :)

That would be awesome! Especially since I'm not a pro at interpreting 3d of the Ms-Pl. What constitutes a compatible license? I'm not sure.

I'm a big fan of the MIT, for what it's worth.

Dual-licensing as a temporary way to smoothly transition may be a good option.

... please consider also dual-licensing with an additional licence, because MS-PL might not be GPL-compatible.

To clarify, according to the GNU.ORG site, MS-PL is incompatible with the GPL.

Yes, I want to change the license of this project, but I have to read everything carefully

Sounds great. Whatever you choose, make sure it includes something about patents (something the MS-Pl definitely gets right). So for example, Apache 2.0 does so while BSD and MIT do not.

I'm a fan of the GPL for a few reasons, but maybe the major one is that I like the idea of programs and their code living beyond their creators, where many "permissive" licenses can be taken in a fully closed source direction, as most notably happened in the case of Apple's Darwin and the Microsoft Windows networking stack.

ScreenToGif is one of the most active and interesting I've seen in a long time (and I've played with a LOT of animated GIF editors), so please don't let anyone influence you to select anything that will diminish your interest.

This is far from a critical topic, but I did want to point out that - as Microsoft purchased Github - you can look at the top (pinned) projects from Microsoft and their open license right here on the site: https://github.com/microsoft/

I couldn't find any data on how popular the MS-Pl license is overall, but it's interesting that even Microsoft doesn't seem to be using it's own license. Maybe there's a reason for that?

There is another way to approach the same issue. We can record everything at the background for the last hour or two, and when something unexpected happens, we can save a recording. This way we save user time, and there is no need to reproduce anything. This approach is similar to how the black box works.

@Konard With the next version, there will be available a new capture mode, which only captures a frame when something actually changes within the capture region.

With this new feature, it will be possible to make long captures using less disk space.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Tox86 picture Tox86  路  3Comments

EirikBirkeland picture EirikBirkeland  路  5Comments

daniloalonso picture daniloalonso  路  5Comments

Quisquose picture Quisquose  路  3Comments

hanzhangyu picture hanzhangyu  路  3Comments