Browse Source

Update README.md

Sergey Alexandrovich 7 years ago
parent
commit
bb8e7e8eef
1 changed files with 2 additions and 3 deletions
  1. 2 3
      README.md

+ 2 - 3
README.md

@@ -167,8 +167,7 @@ imgproxy supports the following resizing types:
 
 * `fit` — resizes the image while keeping aspect ratio to fit given size;
 * `fill` — resizes the image while keeping aspect ratio to fill given size and cropping projecting parts;
-* `crop` — crops the image to a given size;
-* `force` — resizes the image to a given size without maintaining the aspect ratio.
+* `crop` — crops the image to a given size.
 
 #### Width and height
 
@@ -183,7 +182,7 @@ When imgproxy needs to cut some parts of the image, it is guided by the gravity.
 * `ea` — east (right edge);
 * `we` — west (left edge);
 * `ce` — center;
-* `sm` — smart. `libvips` detects the most "interesting" section of the image and considers it as the center of the resulting image. **Note:** This value is only applicable with the `crop` resizing type.
+* `sm` — smart. `libvips` detects the most "interesting" section of the image and considers it as the center of the resulting image.
 
 #### Enlarge