#UI_ENHANCEMENT by cg
authorClaus Gittinger <cg@exept.de>
Wed, 30 Aug 2017 15:41:52 +0200
changeset 5586 5cd1ecb1db66
parent 5585 454a11130910
child 5587 9905471b62fd
#UI_ENHANCEMENT by cg class: ImageEditView added: #magnifySmoothingBy:
ImageEditView.st
--- a/ImageEditView.st	Tue Aug 29 22:37:19 2017 +0200
+++ b/ImageEditView.st	Wed Aug 30 15:41:52 2017 +0200
@@ -1560,6 +1560,12 @@
     self newImageWithUndo: (image magnifiedBy: newSize/image extent).
 !
 
+magnifySmoothingBy:scale
+    self newImageWithUndo: (image hardSmoothingMagnifiedBy:scale).
+
+    "Created: / 30-08-2017 / 15:35:15 / cg"
+!
+
 makeNewColorMapByMapping:functionOfColor
     |xMax yMax map revMap anyChange
      newColors newColorArray newImage pixelAction|