mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-10 15:49:00 +08:00
call overloaded Image.Read method.
This commit is contained in:
@@ -199,7 +199,7 @@ namespace GARbro.GUI
|
||||
string target_name = Path.ChangeExtension (filename, target_ext);
|
||||
using (var file = File.OpenRead (filename))
|
||||
{
|
||||
var image = ImageFormat.Read (file);
|
||||
var image = ImageFormat.Read (filename, file);
|
||||
if (null == image)
|
||||
return;
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user