Questions tagged [image-clipping]
63 questions
0
votes
1 answer
How to vertically center a responsive clipped image?
I'm trying to vertically center an image that is clipped. The image is responsive. On mobile, the image is full-size and looks good. But, when the browser gets extended say for a laptop, the entire bottom half of the image is cropped off and nothing…

Stickup Artist
- 119
- 1
- 2
- 9
0
votes
1 answer
javascript - interactive clipping does not refresh screen
I need to have a program that allows the user to clip an image with a rectangle:
https://jsfiddle.net/w3qfLr10/58/
I expected that when I clicked on different locations on the canvas, the program will clip the background image at that location. …

long
- 1
- 1
- 5
0
votes
2 answers
C#: button image gets clipped on the bottom
As you can see in this image, the image set on the button, gets bottom clipped for no apparent reason. The image is 24x24px big and the AutoSize property of the button is set to True.
The button is positioned directly on the window, so there can't…

カラス
- 5
- 3
0
votes
0 answers
How to clip the black area from PNG image in java
I have a png image which contains black and transparency in the black area. I need to draw my other image, and retain the transparency area as is. What are all the possibilities we have in Java using graphic2d this is the PNG i am reffering

Naveen kumar
- 1
- 1
0
votes
2 answers
How to crop a particular area of image with SVG clipping mask
I am doing a clipping mask through SVG clip path. I am using one SVG element with three clipping masking.
Problem is my svg is getting full window width and height, therefore images are also getting full width and height.
So what I want is to move…

Subhajit Das
- 399
- 7
- 19
0
votes
1 answer
Clipping Mask Design with multiple shapes / elements
I currently have this design piece to create. I initially built it using 3 separate square div containers with independent background images just clipped out of the design, but this feels a big rigid to me (we would need to chop up and re-stage a…

Jon Hendershot
- 456
- 2
- 6
- 15
0
votes
0 answers
Image clipping with path (scaling issue)
The app I am using for testing puposes is able to take a picture and save it as a PNG file. The next time the app is launched, it checks if a file is present and if it is, the image stored inside the file is used as the background view of the app.…

Michel
- 10,303
- 17
- 82
- 179
0
votes
1 answer
Clipping an image with a given path
Is there a standard way to clip a chunk of an image(UIImage) based on a given path(CGPath) ?
(The path being an ellipse, a star, a polygon …)
My present question is related to this one:
AVCaptureStillImageOutput area selection
which has been…

Michel
- 10,303
- 17
- 82
- 179
0
votes
1 answer
How to mix two image using clipping in css?
I have two images link.
Original image -
Masking image -
Here is the result image.
How can i get the result like this?
I was finding some way using css - clip-path : rect(....) but I can't find
using image mask.

coolwine
- 23
- 4
0
votes
2 answers
Clipping NSImage around certain NSRect
I have an NSImage with different images inside it. The positions of the images inside of it will stay the same all the time, so I need to specify a rectangle to get a subimage at the position of the rectangle is inside of the image. How could this…

Alex Zielenski
- 3,591
- 1
- 26
- 44
0
votes
2 answers
GWT Clipped image
I am creating a widget in which a portion of an image will be highlighted and the remaining portion will have an opacity 0.5.
For this i am using two images. The full image at the back with opacity 0.5. the portion of the image i want to be…

Kasturi
- 3,335
- 3
- 28
- 42
0
votes
1 answer
Canvas Animate Clipping Mask Path
I want to (I have accomplished 1-3):
grab an image from the page
add it to a canvas element
clip the image to a mask
move (animate) the mask around the image
I have accomplished the first 3, but cannot figure out how to move the mask.. Please…

Nick B
- 9,267
- 17
- 64
- 105
0
votes
1 answer
Cutting an SVG Mask into an image
I'm having a problem with a new website I'm developing. It's the first time I'm using SVG's. Basicly I need to cut a circle that is always centered in the page out of my image to show the image under the element. I have tried working with my…

JonasB
- 328
- 2
- 11
0
votes
1 answer
How do I use a clipping path in transloadit?
In the transloadit docs it mentions a parameter for the clipping path but I can't find any examples of how to actually use that.
See https://transloadit.com/docs/conversion-robots#image-manipulation-robots and look for the "clip" parameter.

Dobes Vandermeer
- 8,463
- 5
- 43
- 46
0
votes
2 answers
How to display a UIButton on top of it's UITableViewCell's text?
I am having trouble figuring out how to place a UIButton with a custom image above the text in the UITableViewCell that it belongs to. Is there a way to reorder the items outside of the visible storyboard hierarchy?
In the storyboard, I have…

Timothy Swan
- 623
- 3
- 9
- 21