Questions tagged [clip]

Clipping is restricting the surface on which a drawing is made

Clipping is restricting the surface on which a drawing is made Clipping can also include gaps in a surface. Clips can be rectangle, ellipse, or any other kind of geometry depending on the support of the graphical engine

732 questions
-1
votes
1 answer

javax.sound.sampled.Clip does not play

public static void main(String[] args) { try{ File file = new File("audiodata/test.wav"); AudioInputStream ain = AudioSystem.getAudioInputStream(file); AudioFormat format = ain.getFormat(); …
-1
votes
1 answer

How to use QSGClipNode with custom geometry?

How to use QSGClipNode with a custom geometry? This is a sample:
S.M.Mousavi
  • 5,013
  • 7
  • 44
  • 59
-1
votes
2 answers

I want to screenshot youtube videos for an app. I can do this with clip to onenote chrome extension but don't know how to emulate the functionality

So clip to OneNote and other clipping extensions can screenshot everything on the page including content in an iframe. Does anyone know how they do that? I figure it's some sort of javascript functionality. When I tried to use html2canvas, they said…
-1
votes
1 answer

Overlay Transparency should override Parent Background

I have a Overlay over my WPF Applicaiton, it shows some boarders as "context sensitive help". The boarders should now overrule the parent background and show the content behind (some kind of a view Port through the background). The Controls look…
quadroid
  • 8,444
  • 6
  • 49
  • 82
-1
votes
2 answers

Clipping multiple images in HTML5 canvas

I am working on HTML5 canvas with image manipulation. In my canvas I have number of images. When I want to clip the images individually. But when I clip one image by creating a shape and use clip() function, it is working fine. But the problem…
Tatha
  • 127
  • 1
  • 14
-1
votes
1 answer

TypeError: Error #1009: Cannot access a property or method of a null object reference. When trying to create a button.

Heyy, Im having some problems with my buttons. What I have is 4 buttons on the page. They will run an animation while not being pressed, and that animation will change when it is being pressed. I keep getting the error TypeError: Error #1009:…
-2
votes
1 answer

With ffmpeg print onto clipped video hh:mm:ss time *from original* and hh:mm:ss total duration from original

I am using arch linux and bash and ffmpeg, all are up to date and the latest versions. I am clipping a video that is 30 seconds long and wish to clip from 5 secs to 10 seconds to a new file, from the original. In the bottom right hand corner of the…
Kes
  • 285
  • 2
  • 17
-2
votes
1 answer

css justify with flexbox (no table): fill empty space with dots

I'm using php to generate a menu from a mysql database. In my design it's not possible to use a html table so I use an unnumbered list . Now i have 3 vars: dishname, short_description and the price. Between the [dishname…
Kleajmp
  • 167
  • 1
  • 9
-2
votes
1 answer

How can I “clipToBottomBounds”?

clipsToBounds = true clips the bounds on all 4 sides. I would like to clip the bottom bounds only, and allow overflow of the top, left and right bounds. How would I go about doing that in Swift 4?
Jim
  • 55
  • 1
  • 7
-2
votes
1 answer

Clip Property CSS values

After trying a gruesome lot of time I am still not gaining the correct co-ordinates or pixels to clip/crop out my image the image: https://i.stack.imgur.com/y4L2T.jpg I want to clip out the right and left white portion of the image.Thanks.
Enigma
  • 19
  • 3
-2
votes
1 answer

how to define defrule in CLIPS

(defrule amphibian "" (water-aniaml yes) (aquatic yes) (eats-instencts no) (not(guess ?)) => (assert (guess("guess not amphibian")))) (defrule skin-dddeceptionn "" (water-aniaml yes) (aquatic yes) (eats-instencts yes) (has-four-legs…
-2
votes
1 answer

Java clip not working

Can someone please help me understand why this code below doesn't work? I start the clip by calling method start(). This method creates a new thread for the clip to run. However, no it doesn't seem to play anything. The code is compiled without any…
Crazed Hermit
  • 11
  • 1
  • 3
1 2 3
48
49