T O P I C R E V I E W |
dracola |
Posted - Feb 09 2015 : 03:23:20 how to make fix size selection like in photosh*p cropping tools? like i want to crop picture 3x4cm with resolution 300 so when i resize the selection, the selection proportion keep 3x4
thank's in advance ^_^
|
2 L A T E S T R E P L I E S (Newest First) |
dracola |
Posted - Feb 16 2015 : 21:24:46 Thank's klausdoege u'r the best ^_^ |
klausdoege |
Posted - Feb 09 2015 : 04:17:21 Hi, try this:
imageenvect.MouseInteract := [miSelect]; imageenvect.ForceALTkey := true; imageenvect.select(0,0,400,300); // 400x300 can calculate with dpi Resolution
Now you can resize with 3:4
Klaus www.klausdoege.de |
|
|