You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an application in which I need the beef of this function as a stand-alone function without the plugin machinery around it. Basically everything but the last call to the user-callback. Instead, I'd return the decoded image pointer.
My first impulse was to just copy-and-paste it out, but then I realized that others might be interested in such a function, too. Hence, my question: Would it be meaningful to have this decompression code (and its corresponding compression code) in separate functions in a stand-alone lib? If yes, would you be will to review and merge a pull request? If yes, I'd be happy to provide it. :)
Cheers,
Georg.
The text was updated successfully, but these errors were encountered:
Hi,
I have an application in which I need the beef of this function as a stand-alone function without the plugin machinery around it. Basically everything but the last call to the user-callback. Instead, I'd return the decoded image pointer.
My first impulse was to just copy-and-paste it out, but then I realized that others might be interested in such a function, too. Hence, my question: Would it be meaningful to have this decompression code (and its corresponding compression code) in separate functions in a stand-alone lib? If yes, would you be will to review and merge a pull request? If yes, I'd be happy to provide it. :)
Cheers,
Georg.
The text was updated successfully, but these errors were encountered: