Updated import todos.

This commit is contained in:
Ben Olden-Cooligan 2014-10-14 22:20:20 -04:00
parent 9f368a2c57
commit c621f58275

View File

@ -101,6 +101,7 @@ namespace NAPS2.ImportExport.Pdf
}
var bitmap = new Bitmap(width, height, PixelFormat.Format24bppRgb);
// TODO: Set resolution based on page size and image size
RgbToBitmapUnmanaged(height, width, bitmap, buffer);