| Bad “width-ratio” or “height-ratio” parameter | Response Header: "IMG-SKIP-REASON":"cropping: bad width-ratio or height-ratio parameter" | The count of ratio parameters is two or fewer | You must specify two values (numbers) with the ”:” delimiter according to the guide |
| Bad “height ratio” parameter | Response Header: "IMG-SKIP-REASON":"cropping: bad height ratio parameter" | We can’t parse height value to an integer or value less than 0 | Set the “height ratio” as a positive number according to the guide |
| Bad “width ratio” parameter | Response Header: "IMG-SKIP-REASON":"cropping: bad width ratio parameter" | We can’t parse width value to an integer or value less than 0 | Set the “width ratio” as a positive number according to the guide |
| x or y parameter is not specified | Response Header: "IMG-SKIP-REASON":"cropping: x or y parameter is not specified" | The x or y parameters specifying the number of pixels to offset do not contain values | Specify the x and y values according to the guide |
| Bad x or/and y percentage parameter | Response Header: "IMG-SKIP-REASON":"cropping: bad x/y percentage parameter" | The x or y parameters cannot be parsed to an integer or have a value less than 0 | Set the percentage between 0 and 100 [0, 100] |
| Bad x or y pixel parameter | Response Header: "IMG-SKIP-REASON":"cropping: bad x/y pixels parameter" | The x or y pixel parameters cannot be parsed to an integer or have a value less than 0 | Set x or y as a positive number according to the guide |
| x and y pixels number parameter and percentage x and y parameter cannot be specified simultaneously | Response Header: "IMG-SKIP-REASON":"cropping: x/y pixel and percentage values cannot be specified simultaneously" | You have specified the x and y values twice: once by the number of pixels and once by the percentage x and y correlation | Choose only one method to specify the x and y values |
| Bad offset value for the x or y parameter | Response Header: "IMG-SKIP-REASON":"cropping: bad offset-x/y parameter" | The value of offset for x or y is empty | Specify x and y values for offset; it should be larger than 0 |
| “width”, “height” and “width-ratio”:”height-ratio” values cannot be specified simultaneously | Response Header: "IMG-SKIP-REASON":"cropping: width={value},height={value} and width-ratio={value}:height-ratio={value} values cannot be specified simultaneously" | Pixels size parameters and aspect ratio are specified simultaneously | Choose only one method to specify the “width” and “height” or “width-ration” and “height-ratio” |
| x and y percentage parameter cannot be more than 100 | Response Header: "IMG-SKIP-REASON":"cropping: x/y percentage parameter cannot be more than 100" | The x or y parameter is more than 100% | Set the x and y parameters between 0 and 100 [0, 100] |
| “offset x”, “offset-y” parameters cannot be more than 100 | Response Header: "IMG-SKIP-REASON":"cropping: offset-x/y parameter cannot be more than 100" | The “offset-x“ or “offset-y” parameters are more than 100 | Specify the “offest-x” and “offset-y” parameters as less than 100 |
| Output “height” and “width” are bigger than the original image size | Response Header: "IMG-SKIP-REASON":"cropping: output height and width cannot be bigger than the original image size" | The “height” and “width” parameters are more than the width and height of the original image | Set the height and width parameters to be less than the original image |
| Output x or y pixel value is bigger than the original image value | Response Header: "IMG-SKIP-REASON":"cropping: output x/y pixel value cannot be more than the original image pixels" | The x or y pixel size of the output image is larger than the original image | Ensure the x and y pixel size of the output image is smaller than the original image |
| Output x or y percentage value cannot be more than the original image size | Response Header: "IMG-SKIP-REASON":"cropping: output x/y percentage value cannot be more than the original image size" | The correlation between the x and y percentage sizes of the output image is larger than the original image | Set the output image x and y percentage sizes to be less than the original image |
| Crop operation internal error | Response Header: "IMG-SKIP-REASON":"resizing: fit operation internal error" | The crop operation failed due to internal reasons | Contact our technical support team at support@gcore.com |