Aurigma Forums
»
Graphics Mill
»
Discussions – Graphics Mill
»
I need the crop set to a static 161 x 161 pixels ..
Rank: Member
Groups: Guest
Joined: 1/12/2009(UTC) Posts: 11
|
I tried your modified .js version ..
1. I made the following change
_getFixedCropSize: function() { var controller = $find(this._controllerId); //size of crop rectangle in pixels var w = 161; // CHANGED 1 var h = 161; // CHANGED 2 var ratio = controller.get_resizeRatio(); return { width: w / ratio, height: h / ratio }; },
2. BUT the final image was sized to 91pixels x 91 pixels..
Why is this?
I might be interested in buying this product. But I need to understand:
1. how to get a cropped image of the size I want. 2. also how to store the resulting cropped image in the directory I want. How do I control this?
My Kindest Regards, ~ Doris.
|
|
|
|
Rank: Advanced Member
Groups: Guest
Joined: 8/3/2003(UTC) Posts: 1,070
Thanks: 1 times Was thanked: 12 time(s) in 12 post(s)
|
Hello Doris, Have you tried to replace your CropEffect.js with the updated one attached to the Pre Defined Crop Size post? |
|
|
|
|
Aurigma Forums
»
Graphics Mill
»
Discussions – Graphics Mill
»
I need the crop set to a static 161 x 161 pixels ..
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.