You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: programming/android/api-reference/utility/image-processor.md
-19Lines changed: 0 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,6 @@ class ImageProcessor
27
27
| Method | Description |
28
28
| ------ | ----------- |
29
29
| [`cropImage`](#cropimageimagedatarect) | Crops an image based on the provided rectangle. |
30
-
| [`cropImage`](#cropimageimagedataquad) | Crops an image based on the provided quadrilateral. |
31
30
| [`cropAndDeskewImage(imageData,quad,dstWidth,dstHeight,padding)`](#cropanddeskewimageimagedataquaddstwidthdstheightpaddingerrorcode) | Crops and deskew an image based on the provided quadrilateral and additional information. |
32
31
| [`cropAndDeskewImage(imageData,quad)`](#cropanddeskewimageimagedataquad) | Crops and deskew an image based on the provided quadrilateral. |
33
32
| [`adjustBrightness`](#adjustbrightness) | Adjusts the brightness of an image. |
Copy file name to clipboardExpand all lines: programming/ios/api-reference/utility/image-processor.md
-32Lines changed: 0 additions & 32 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,6 @@ class ImageProcessor : NSObject
34
34
| Method | Description |
35
35
| ------ | ----------- |
36
36
|[`cropImage(imageData,rect)`](#cropimageimagedatarect)| Crops an image based on the provided rectangle or quadrilateral. |
37
-
|[`cropImage(imageData,quad)`](#cropimageimagedataquad)| Crops an image based on the provided rectangle or quadrilateral. |
38
37
|[`cropAndDeskewImage(imageData,quad,dstWidth,dstHeight,padding)`](#cropanddeskewimageimagedataquaddstwidthdstheightpaddingerrorcode)| Crops and deskew an image based on the provided quadrilateral and additional information. |
39
38
|[`cropAndDeskewImage(imageData,quad)`](#cropanddeskewimageimagedataquad)| Crops and deskew an image based on the provided quadrilateral. |
40
39
|[`adjust(imageData,brightness)`](#adjustbrightness)| Adjusts the brightness of an image. |
0 commit comments