-
I'd like to add more reference customers with their logos to that section. To fit more logos, please turn that section into a slider, similar to the ones we have, but:
* show as many logos as the s…
-
Hi,
Thanks for this great library. I have a question. Is there a way to crop the image before uploading the image or should the image be cropped server side? I noticed that the library deals with …
-
Hi @rikschennink,
I want to allow the user to add one file at a time and able to add 10 files maximum. Hence, the options I have is:
```javascript
const _inputElement = document.querySelector('in…
-
It would be great if images would automatically be resized to a reasonable size.
This would also greatly increase page load time with lots of large images.
-
Install the following script into `lib/Fiji.app/scripts/Plugins/Curtis/Frangi_Coolness.py`:
```groovy
#@ OpService ops
#@ Dataset image
#@output Img result
result = ops.run("create.img", image)
…
-
hey I just used https://github.com/alexk111/ngImgCrop to crop an image before uploading.. and now I did this to upload the blob with angular-file-upload:
```
uploader.onBeforeUploadItem = function(…
-
Could we allow region requests that extend beyond the bounds of the full image, to optionally return a padded image?
e.g. when the region requested starts at < (0,0), or extends to > (w,h)
Presuma…
-
```
public class SharedValidator : AbstractValidator
{
public SharedValidator()
{
RuleSet("SomeRuleset", () =>
{
RuleFor(x => x.SomeFiel…
-
```
I'm looking at the logic to upload images by url, because as discussed above, it's a little counter intuitive that "upload image by url" is only available if an image upload plugin is present
…
-
When trying to build a docker container for a Python data-science environment I'm getting the mentioned error right at the end of the build. Unfortunately it doesn't appear to happen on less complicat…