Remove unused code
Needs ReviewPublic

Authored by acordonnier on Jun 26 2018, 12:22 PM.

Details

Reviewers
sars
Summary

Remove unused code as saving in TIFF file format is handled by QImage.save()

Diff Detail

Repository
R483 Skanlite
Lint
Lint Skipped
Unit
Unit Tests Skipped
acordonnier requested review of this revision.Jun 26 2018, 12:22 PM
acordonnier created this revision.
acordonnier added a reviewer: sars.
sars added a comment.Jun 27 2018, 11:25 AM

Hi,

Thanks for the review request!

The code is here as a placeholder for a future implementation of saving 16bits/color TIFF images. The Qt saving of tiff images is "only" 8bits/color. If you notice this saver class is only for 16bits/color images also for the PNGs.

I think it is better to leave it as an example of what to implement if you want to add support for a new 16bpc image format.

Regards,

Kåre