-
The following
```python
a = Workplane("XY")
a = a.box(9, 20, 4)
a = a.faces("X")
a = a.hole(2)
```
generates
![image](https://github.com/user-attachments/assets/3ec6cc64-1393-4794-8d64-2…
-
Code Example
```ruby
params = {
pngout: false,
advpng: false,
jhead: false,
jpegtran: false,
jpegrecompress: false,
svgo:…
-
I downloaded your lib to do some tests and I made a method to rotate the photo at a specific angle, not just adding 90 degrees, but I found a bug in the crop overlay, can you fix it?
https://user-i…
-
Related to #133
in sp23-nelkin final project, many images need to be rotated 90 degr.
-
### Describe the bug
This is a bit tricky. It isn't a bug with enhanced:img, but I do think it might be enhanced:img's _problem_ as the behavior is unexpected. I apologize if you'd rather have this…
-
-
In the graph we are using
`lambda:tf.py_func(random_rotate_image, [image], tf.uint8)`
inside
`create_input_pipeline`
This causes problem while using tensor flow serving as python layers are [not…
-
I have loads of duplicate files that only differ in that one is rotated and one is not. It would be awesome if dupeguru pe could detect that.
-
Hello all and thank you for this nice library.
I am using it on a large touch screen to let user rotate images around. Intuitively, the users try to rotate the picture with multiple fingers (the scre…
-
Hi,
I'm using your framework to process image taken by camera.
My application is in portrait mode only.
After taken the photo and apply a filter on it, the image display on a GPUImageView is rotate b…