Focal point functionality #104
Replies: 1 comment 1 reply
-
I'm not sure which specific functionality from ImageSharp you mean -- maybe some kind of feature detection? There's an open request for smart crop #54 which has some discussion about why that kind of functionality is not a priority for MagicScaler. In general, if a feature requires full materialization of an image into memory, you won't find it here. That is a fundamental architectural difference between MagicScaler and ImageSharp, so you will find they do not have feature parity in those areas. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm quite new to the MagicScaler package but I want to know how can I achieve a focal point functionality like in the ImageSharp package?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions