Skip to content
#

image

Here are 4,210 public repositories matching this topic...

lovell
lovell commented Apr 21, 2015

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/

rentalhost
rentalhost commented Dec 9, 2019

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

robodhhb
robodhhb commented Feb 22, 2019

What did you do?

I want to import PIL modules with the following statement

#!/usr/bin/python3
import tkinter
from PIL import Image, ImageTk

But 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

jspaint
1j01
1j01 commented Jul 12, 2019

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

bug
Nuke
gmogames
gmogames commented Jun 28, 2019

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

react-native-fast-image
ahce
ahce commented Jan 3, 2020

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

  1. 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
bug
sltsm
sltsm commented Dec 2, 2019

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

Improve this page

Add a description, image, and links to the image topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the image topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.