Top "Crop" questions

Crop refers to any issues relating to cropping images.

How to "crop" a rectangular image into a square with CSS?

I know that it is impossible to actually modify an image with CSS, which is why I put crop in …

html css image crop
How to crop an image using PIL?

I want to crop image in the way by removing first 30 rows and last 30 rows from the given image. I …

python python-imaging-library crop
Crop image in PHP

The code below crops the image well, which is what i want, but for larger images, it wotn work as …

php gd crop
What's the algorithm to calculate aspect ratio?

I plan to use it with JavaScript to crop an image to fit the entire window. Edit: I'll be using …

javascript algorithm crop aspect-ratio
How to Split Image Into Multiple Pieces in Python

I'm trying to split a photo into multiple pieces using PIL. def crop(Path,input,height,width,i,k,x,…

python image split python-imaging-library crop
Android Crop Center of Bitmap

I have bitmaps which are squares or rectangles. I take the shortest side and do something like this: int value = 0; …

android bitmap crop
How to auto center crop ImageView Android?

I made a listView images. My goal that each item of my listView have the same height of 100dp. I …

android imageview crop
Crop a Bitmap image

How can i crop a bitmap image? this is my question i have tried some concepts using intents but still …

android crop image-editing
How to fit Image into ImageView using Glide

My concern is how to fit image using android:scaleType="fitXY" into image using Glide. My ImageView is <ImageView …

android image android-layout crop android-glide
Detect face then autocrop pictures

I am trying to find an app that can detect faces in my pictures, make the detected face centered and …

python linux opencv crop face-detection