image
Here are 4,210 public repositories matching this topic...
As suggested by @jcupitt in #19.
You could also consider taking a histogram of L* and setting the range to 1% and 99%, ie. letting the top 1% and the bottom 1% over- and under-expose. This would make it less sensitive to noise and probably produce a more pleasing image in more cases.
vips_percent() does almost this, you'd swap your vips_stats() for this code:
https://github.com/jcupitt/
Check List
Thanks for considering to open an issue. Before you submit your issue, please confirm these boxes are checked.
- I have read the wiki page and cheat sheet, but there is no information I need.
- I have searched in [existing issues](https://github.com/onevcat/Kingfish
Currently the first parameter $base is a string that could be: top-left (default), bottom-right or transparent as the doc: trim().
There some way to trim by color? In my case, I need trim transparent and/or white color, only. Eg.: trim([ 'transparent', 'white', '#FF0000']) to trim transparent, white and red. The problem is that first parameter
As per documentation, setting useSourceImageAspectRatio should hide the menu with other ratios options. This used to be true in v2.2.2, but not anymore in v2.2.4.
What did you do?
I want to import PIL modules with the following statement
#!/usr/bin/python3
import tkinter
from PIL import Image, ImageTkBut ImageTk was NOT imported. I got it by executing:
sudo aptitude install python3-pil.imagetk
This fact should be added to the documentation which would be of great help for beginners.
All modules which are not installed by defau
Use case: description, code
Expected behavior
Dont parse '%22', when inside a attribute
Actual behavior (stack traces, console logs etc)
Parses '%22' as a '"', which causes a parsing error.
Library version
Newest
Browsers
- Chrome 49+
- Firefox 45+
I'm submitting a...
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report
I think the default behavior of focus changing is being prevented by preventDefault, when drawing / using any tools on the canvas.
This leads to keyboard shortcuts like Ctrl+Z/Ctrl+Shift+Z/Ctrl+C/Ctrl+V/anything not working.
To reproduce:
- Open Help > Help Topics
- Click in the iframe, the right pane
- Click in the canvas area
- Try to undo with Ctrl+Z
If we're preventing the defau
Hi There,
Sorry if this is not the best place, but I just wanted to try and get clarification on the use of Gifu with Nuke.
Nuke's documentation states:
There is no built-in way to render those images, but there are two extensions available: FLAnimatedImage and Gifu which are both fast and efficient.
But Gifu's documentation states:
`Deprecated: Gifu is still supported, but the plugin
-
Updated
Mar 14, 2020 - CSS
Describe the bug
npm WARN react-native-fast-image@7.0.2 requires a peer of react-native@^0.60.0 but none is installed. You must install peer dependencies yourself.
To Reproduce
- npm i --save react-native-fast-image
Expected behavior
No peer warn.
Dependency versions
- React Native version: 0.61.5
- React version: 16.9.0
- React Native Fast Image version
Update Doc
Apologies if this already exists, but I couldn't find a reference anywhere in the docs, and I'm unclear as to the order of ops when it comes to loading cached items vs. the placeholder images. As far as I'm aware, calling the following:
imageView.pin_setImage(
from: site.image,
placeholderImage: UIImage(named: "Custom Placeholder")
)-
Updated
Jan 21, 2020 - Objective-C
Hi,
I went through the documentation and couldn't find anything about using imgproxy with a SPA framework like vue. Are there any examples or guides on this?
If I understand correctly imgproxy is ment to be used serverside because of the encryption aspect. Would love to know about any best practices on how to implement it in a SPA scenario.
Thank you
-
Updated
Feb 11, 2020 - Go
-
Updated
Feb 28, 2020 - Go
-
Updated
Jan 20, 2020 - Python
All plugins are currently documented well via the CLI help, maybe start by copying that output, later on refine the readme files
-
Updated
Jun 3, 2019 - JavaScript
-
Updated
Dec 5, 2019 - Java
-
Updated
Mar 6, 2019 - Java
-
Updated
Sep 24, 2018 - Java
-
Updated
Dec 7, 2019 - JavaScript
Improve this page
Add a description, image, and links to the image topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the image topic, visit your repo's landing page and select "manage topics."


New Issue Checklist