mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Move most of PluginBase logic into Aaru.Commontypes.
This commit is contained in:
@@ -449,9 +449,10 @@ sealed class ConvertImageCommand : Command
|
||||
return (int)ErrorNumber.FileExists;
|
||||
}
|
||||
|
||||
PluginBase plugins = PluginBase.Singleton;
|
||||
IMediaImage inputFormat = null;
|
||||
IBaseImage baseImage = null;
|
||||
PluginBase.Init();
|
||||
PluginRegister plugins = PluginRegister.Singleton;
|
||||
IMediaImage inputFormat = null;
|
||||
IBaseImage baseImage = null;
|
||||
|
||||
Core.Spectre.ProgressSingleSpinner(ctx =>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user