Page 1 of 1

Image cut

Posted: 20 Jan 2015 22:11
by ZSasha
Hello,

Is it possible to cut some area from an image?
Something like "cut a square defined by coordinates [X1,Y1] - [X2,Y2]" or something like that.

Thanks.

Re: Image cut

Posted: 21 Jan 2015 18:46
by Martin
Hi,

Action Modify Image has an operation crop & scale which extracts the center area from an image. However it does not allow to set the exact coordinates to cut.
Is this sufficient for your use case or do you need more fine grained control?

Regards,
Martin

Re: Image cut

Posted: 26 Jan 2015 21:02
by ZSasha
Hi Martin,

Yes, more granular control would be great, if it is not too much.
I am trying to pass some information from a phone running google maps to my Pebble.

My idea is to do screenshots, then cut some elements (like next turn, distance etc), compress and send ti Pebble as an image.

Thanks,

Alex

Re: Image cut

Posted: 26 Jan 2015 21:23
by Martin
Hi,

So the parts of the image you want to extract are always placed at the same position on screen?
In this case it should be possible to extend the modify image action with a new option that could be called 'Crop to selection' or something similar. I add it to the todo-list.

Regards,
Martin