Added Post-Resize Sharpening tool with some code cleanups, optimizations and language file consistency improvements. Issue 2825

This commit is contained in:
DrSlony
2015-07-02 15:39:53 +02:00
parent 607ecc82a5
commit af3bb68bf9
25 changed files with 1181 additions and 358 deletions

View File

@@ -395,6 +395,20 @@ enum ProcEvent {
EvWavopacity=367,
EvWavBAmet=368,
EvWavopacityWL=369,
EvPrShrEnabled=370,
EvPrShrRadius=371,
EvPrShrAmount=372,
EvPrShrThresh=373,
EvPrShrEdgeOnly=374,
EvPrShrEdgeRadius=375,
EvPrShrEdgeTolerance=376,
EvPrShrHaloControl=377,
EvPrShrHaloAmount=378,
EvPrShrMethod=379,
EvPrShrDRadius=380,
EvPrShrDAmount=381,
EvPrShrDDamping=382,
EvPrShrDIterations=383,
NUMOFEVENTS
};