jpeg
Here are 492 public repositories matching this topic...
-
Updated
Aug 20, 2019 - C++
This feature is implemented in many graphics hardwares at least of most gaming consoles. Adding this feature would enable ImageSharp to natively allow for these specifications of graphics hardware to be supported out of the box.
As per OpenCV naming and implementation this feature is most likely known as "Remapping" or "Point remapping". So as the naming goes, it should incorporate either one.
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
$ docker run --rm -p 9000:9000 h2non/imaginary -enable-url-source
$ curl http://localhost:9000/smartcrop?width=31&height=31&type=webp&url=https://camo.githubusercontent.com/bcb3b2bd343c3c85aaf6094e51c6178bbe239a32/687474703a2f2f7331342e706f7374696d672e6f72672f3874683731613230312f696d6167696e6172795f776f726c642e6a7067
{"message":"Error while processing the image: shrink: parameter vshrinOver the weekend, I wrote a short twitter thread on how resampling methods can affect file size (at least for PNGs of user interfaces and similar stuff well-suited to lossless formats). I wonder if a short section on this would be welcome, @addyosmani? If so, let's prioritize it somewhere.
To better understand how to use your library I would like to look at the JavaDoc. I don't see a link for it here on GitHub, and the link on your site https://drewnoakes.com/code/exif/ points to a google code URL that is no longer valid, and attempting to download the JavaDoc via Maven also is not working.
-
Updated
Feb 28, 2020 - C++
-
Updated
Jun 6, 2020 - TypeScript
(I thought it was better to create a new topic for this, see #442 for background)
The change you proposed to let setInput receive a Document object does in fact work (with a few limitations that I will enumerate later one limitation - more on that later).
I do think it would be a good thing to implement in TwelveMonkeys, since it is quite easy and makes the reader more friendly. So
"react": "16.8.3",
"react-native": "0.59.10",
"react-native-image-resizer": "^1.1.0",
ImageResizer.createResizedImage(uri, 800, 600, 'JPEG', 100).then((response_) => {
console.log(response_);
}).catch((err) => {
Alert.alert('', I18n.t('upload_picture_failed'), [{ text: I18n.t('okText'), onPr
-
Updated
Mar 14, 2020 - Go
We need to update the Documentation in https://github.com/flyimg/flyimg/blob/master/docs/url-options.md
Fix the images url.
App full options need to be updated as well.
WOFF format support
I accidentally used the library like this:
$ svgexport a.svg a.png 500px
/Users/mark.campbell/Downloads/a.svg /Users/mark.campbell/Downloads/a.png png 100% 1x 0:0:301:79 301:79
This didn't do anything, and there's no --verbose option to check what the actual parsed arguments were when running it, so raising an error on the invalid value (500px) or having a verbose option would b
-
Updated
Jun 11, 2020 - C#
-
Updated
Jun 2, 2020 - Swift
-
Updated
Jun 10, 2020 - JavaScript
For example:
dotnet new console -o mex
<ToolCommandName>mex</ToolCommandName>
<PackAsTool>true</PackAsTool>dotnet build
dotnet pack
# create local package repo for testing
dotnet new nugetconfig
<configuration>
<packageSources>
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
Improve this page
Add a description, image, and links to the jpeg topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the jpeg topic, visit your repo's landing page and select "manage topics."
New Issue Checklist
Issue Info
Info