Benito PS
Benito PS
I think the problem is that you are adding closed `Stream` to `builder` because as soon as `fileOnDisk` is out of the `using` scope, .NET calls the `Dispose` method on...
This is a valid _question issue_ so don't worry. I am glad to see people using this plugin. I didn't implement import since nobody asked for that so I will...
No problem! I want to edit some Layton images too (in my case just for fun) so I will try to implement it soon.
Can you give some file path that have that problem or upload an image?
I see the problem now, in fact it's another feature that I implemented in [NinoImager](https://github.com/pleonex/ninoimager/blob/master/ninoimager/Format/Implementation/NpckFactory.cs#L181). Since Tinke is user-interactive and we don't know how many image will be imported we...
That may happen if Windows _blocks_ downloaded files from Internet. Right-click that DLL (`1stPlayable.dll`), go to Properties and make sure Windows didn't block the file. Also check the same for...
You may need to unlock all the files in the Tinke folder and plugins. Maybe it's possible via selecting the folder.
Thanks for reporting the issues. I need some information about your environment: * Which Mac OS version are you running? * Which mono version are you using? (`mono --version`) Regarding...
Yeah, I agree with you. I will try to review the pull request soon (hopefully today).
In what cases the current implementation of multiplying by 8 gives an incorrect result? I mean, to expand the range [0, 32) to [0, 256) it can be done by...