robaho / seashore

easy to use mac osx image editing application for the rest of us
GNU General Public License v2.0
452 stars 20 forks source link

remove more GIMP code and replace with CoreGraphics/CoreImage #36

Closed robaho closed 5 years ago

robaho commented 5 years ago

By leveraging CoreGraphics & CoreImage for the operations, the performance should be improved as these should take advantage of hardware acceleration which the GIMP code does not.

robaho commented 5 years ago

fixed in 2.2.2. No more GIMP except in gradients. The 'scaling' has been changed to match OSX, which is NON, LOW, MEDIUM, and HIGH.