graveljp
graveljp
Sorry for the late reply. If you are on Windows, you can use '/' in file or folder names without problems. If you are on Linux or MacOS, you can...
I can try to add this feature. Can you provide me with an example JSON file?
Hi! Thanks for the contributions. And sorry for the radio silence. Could it be that SmugMug fixed the "bug" where they were putting the extension in the filename (e.g. file_mp4.MP4)?...
The current implementation does case-insensitive matching. See the ```.lower()``` here: https://github.com/graveljp/smugcli/blob/cdf0107fc977040964e96b2563573a796832d12a/smugmug_fs.py#L256 Files will be uploaded regardless of their file extension case. Now, there might be a problem around files with...
I did send them an email and they never replied. Maybe it's time to ping them again.
Layers are not only useful for filtering operations. They can also be used to apply blending to the result of a group of draw calls, or more generally apply composite...
Our goal is to make filters only available on layers. Therefore, if you wanted to set a dimension to a filter, all you'd need to do is clip the layer...
As discussed with WebKit, I have removed the XML-based CanvasFilter proposal from this PR. We will start with layers supporting only CSS filters at first. The XML filters proposal will...
Thanks @shallawa for the update. One of the main motivation behind this PR was to address WebKit's concerns with the `context.filter = ...` API, which WebKit never approved of. From...
> `context.filter = ... API` was landed in https://commits.webkit.org/278000@main. It is still off by default but we are working on getting it on by default. This is a great news...