#imagesharp resultados da pesquisa

Just published a new update for ComputeSharp, a libray to write compute shaders directly in C# and run them in parallel through #DirectX. Here's how the syntax looks like in a convolution kernel for the bokeh blur effect from #ImageSharp, running on the GPU! ๐Ÿš€ #csharp #dotnet

SergioPedri's tweet image. Just published a new update for ComputeSharp, a libray to write compute shaders directly in C# and run them in parallel through #DirectX. Here's how the syntax looks like in a convolution kernel for the bokeh blur effect from #ImageSharp, running on the GPU! ๐Ÿš€
#csharp #dotnet

If you are using #ImageSharp, we've GOT YOUR ASS COVERED!

antonfrv's tweet image. If you are using #ImageSharp, we've GOT YOUR ASS COVERED!


#ImageSharp works with .NET 5 today and we're working hard to bring you all the enhancements available to the new SDK.

SixLabors's tweet image. #ImageSharp works with .NET 5 today and we're working hard to bring you all the enhancements available to the new SDK.

Small trick to write more efficient loops: instead of indexing the target span/array/string at each iteration, precompute the ending address and iterate in that interval, incrementing the start reference at the end. It shaved off another ms in #ImageSharp convolutions! ๐Ÿš€ #dotnet

SergioPedri's tweet image. Small trick to write more efficient loops: instead of indexing the target span/array/string at each iteration, precompute the ending address and iterate in that interval, incrementing the start reference at the end. It shaved off another ms in #ImageSharp convolutions! ๐Ÿš€
#dotnet

Finally, it's #ImageSharp optimization time again!

antonfrv's tweet image. Finally, it's #ImageSharp optimization time again!

Just published a new update for ComputeSharp, a libray to write compute shaders directly in C# and run them in parallel through #DirectX. Here's how the syntax looks like in a convolution kernel for the bokeh blur effect from #ImageSharp, running on the GPU! ๐Ÿš€ #csharp #dotnet

3XS0's tweet image. Just published a new update for ComputeSharp, a libray to write compute shaders directly in C# and run them in parallel through #DirectX. Here's how the syntax looks like in a convolution kernel for the bokeh blur effect from #ImageSharp, running on the GPU! ๐Ÿš€
#csharp #dotnet

Oh wow! 3000 stars for #ImageSharp. Thanks everyone! ๐Ÿคฉ๐Ÿ˜˜ #oss #dotnet

SixLabors's tweet image. Oh wow! 

3000 stars for #ImageSharp. Thanks everyone! ๐Ÿคฉ๐Ÿ˜˜

#oss #dotnet

Tiff support just got merged into the #ImageSharp main branch.


Well hello there Slimsy v4 for #umbraco v9! @uprightbandage has been busy recently ๐Ÿ˜‰๐ŸŒถ๏ธ And is that WebP processing I see from #imagesharp v2? ๐Ÿ‘€๐Ÿคฏ

crumpled_jeavon's tweet image. Well hello there Slimsy v4 for #umbraco v9! @uprightbandage has been busy recently ๐Ÿ˜‰๐ŸŒถ๏ธ And is that WebP processing I see from #imagesharp v2? ๐Ÿ‘€๐Ÿคฏ

I had to unstar @SixLabors #ImageSharp for a few seconds to see this magic number, but worth it!

antonfrv's tweet image. I had to unstar @SixLabors #ImageSharp for a few seconds to see this magic number, but worth it!

Some more #ImageSharp V2 numbers. We've definitely gained the No 2 spot which makes us the fastest xplat solution in these benchmarks. #DotNet

James_M_South's tweet image. Some more #ImageSharp V2 numbers. We've definitely gained the No 2 spot which makes us the fastest xplat solution in these benchmarks. #DotNet
James_M_South's tweet image. Some more #ImageSharp V2 numbers. We've definitely gained the No 2 spot which makes us the fastest xplat solution in these benchmarks. #DotNet
James_M_South's tweet image. Some more #ImageSharp V2 numbers. We've definitely gained the No 2 spot which makes us the fastest xplat solution in these benchmarks. #DotNet

I'm working on a new Memory<T>.Cast extension for the Microsoft.Toolkit.HighPerformance package to *reinterpret cast* (w/ no copy) a Memory<T> to an unmanaged type. It's based on the same concept I used in #ImageSharp to enable loading generic images from bytes ๐Ÿš€ #dotnet #csharp

SergioPedri's tweet image. I&apos;m working on a new Memory&amp;lt;T&amp;gt;.Cast extension for the Microsoft.Toolkit.HighPerformance package to *reinterpret cast* (w/ no copy) a Memory&amp;lt;T&amp;gt; to an unmanaged type. It&apos;s based on the same concept I used in #ImageSharp to enable loading generic images from bytes ๐Ÿš€
#dotnet #csharp

IMAGESHARP BETA3!!!! IMAGESHARP BETA 3!!!! IMAGESHARP BETA 3!!!! sixlabors.com/blog/beta-3-isโ€ฆ #imagesharp #dotnet #oss


So you heard @SixLabors #ImageSharp is the deal for handling images, but never wrote a line using it. Just let @github #copilot guide you then.


If your company is using Six Labors #ImageSharp and co, encourage them to purchase a Commercial License. This is the only way to guarantee software support. sixlabors.com/pricing/ #dotnet

SixLabors's tweet image. If your company is using Six Labors #ImageSharp and co, encourage them to purchase a Commercial License. This is the only way to guarantee software support.

sixlabors.com/pricing/

#dotnet

Editing and uploading images in Blazor. DnetBlazorImageEditor Component #Blazor. Thanks to @SixLabors #ImageSharp


It's been a while... #ImageSharp Beta6 is now available on Nuget. sixlabors.com/blog/beta-six-โ€ฆ Please share and comment. #dotnet #oss


Thrilled with the performance improvements in my Blazor WASM app when using AOT compilation together with the #ImageSharp 1/

wizche's tweet image. Thrilled with the performance improvements in my Blazor WASM app when using AOT compilation together with the #ImageSharp  1/

Had the joy of using @James_M_South's #imagesharp library today for a small personal project. Cannot stress enough how robust and intuitive the API is.


Sigh, support. I thought @James_M_South had settled that as a non-starter for his own #ImageSharp long ago ๐Ÿค”


Drinking a beer @codegarden to say thank you to @James_M_South for his #ImageSharp package that has been an integral part of @umbraco for a long time.

readingdancer's tweet image. Drinking a beer @codegarden to say thank you to @James_M_South for his #ImageSharp package that has been an integral part of @umbraco for a long time.

Face Recognition is back! And all offline - no sending face data to Microsoft Azure Face any more. All thanks to this awesome #dotnet library which makes it so easy. github.com/FaceONNX/FaceOโ€ฆ - just needed a few tweaks to make it work with #ImageSharp instead of System.Drawing!

DamselflyPhotos's tweet image. Face Recognition is back!

And all offline - no sending face data to Microsoft Azure Face any more.

All thanks to this awesome #dotnet library which makes it so easy. github.com/FaceONNX/FaceOโ€ฆ - just needed a few tweaks to make it work with #ImageSharp instead of System.Drawing!

๐Ÿš€ Just released: ImageSharp.Drawing v2.1.0! ๐ŸŽจ The first version fully binary compatible with ImageSharp v3.1.0. Dive into enhanced drawing features with seamless integration. #ImageSharp #dotnet ๐Ÿ”— nuget.org/packages/SixLaโ€ฆ


๐Ÿš€ Excited to announce: SixLabors #ImageSharp.Web v3.1.0 is out now! ๐ŸŒŸ Featuring enhanced performance, new features, and improved usability. Upgrade your image processing game! ๐Ÿ–ผ๏ธ๐Ÿ’ป #dotnet #webdevelopment #opensource nuget.org/packages/SixLaโ€ฆ


๐Ÿคฉ #Umbraco 12 is here! A new major with some major features and updates including headless out-of-the-box, support for #efcore, #imagesharp 3, and much more. All running on the latest version of #dotnet (7). Get the full story over on the blog ๐Ÿ‘‡ umbraco.com/blog/umbraco-1โ€ฆ


Can someone easily explain what the #ImageSharp 3 license means when using it in an #umbraco 12 project? When to pay and when not? "...directly in your code." I it not always that? @James_M_South


Btw thanks for #ImageSharp @James_M_South ! I can't imagine how much harder it would be to achieve what I want without it.


Thrilled with the performance improvements in my Blazor WASM app when using AOT compilation together with the #ImageSharp 1/

wizche's tweet image. Thrilled with the performance improvements in my Blazor WASM app when using AOT compilation together with the #ImageSharp  1/

I 'think' ICC color profile conversion is now ready for final review and merge into the #ImageSharp main branch. It's been 5 years since the initial draft PR implementing the functionality was first opened. ๐ŸŽ‰ #dotnet


This is really sad, #ImageSharp is once of the best packages for the #dotnet eco system. #restoreImageSharp @dotnet

Very disappointed to discover ImageSharp has been removed from the Microsoft docs as an alternative to System.Drawing. github.com/dotnet/docs/coโ€ฆ The linked issues makes no reference as to why it was removed. github.com/dotnet/docs/puโ€ฆ github.com/dotnet/docs/puโ€ฆ #dotnet



On the plus side, I've also managed to correct an expired SSL certificate and am testing an image resizing tool using the fantastic #ImageSharp from @James_M_South (If you do anything with images, use this fantastic tool! - github.com/SixLabors/Imagโ€ฆ) Being on a train has benefits


James is an awesome hire who doesn't need introduction. Chances are, your company is already using #ImageSharp. #dotnet

Hello,ย James.ย  Our team of specialists reviewed your profile in details and decided that your current and past experience, according to your Resume and LinkedIn profile, does not match the requirements or locations for theย Senior .NET Software Engineer Ermโ€ฆ Ok ๐Ÿ˜”



Some interesting recent #ImageSharp v3 alpha changes. - Decode to target size - Encode 2bit BMPs - TGA codec improvements - Median Blur - AOT improvements This is shaping up to be a great release! #dotnet


Trying to create a #dotnet app that creates a โ€œglitchโ€ version of an image using @SixLabors #ImageSharp library.

buhakmeh's tweet image. Trying to create a #dotnet app that creates a โ€œglitchโ€ version of an image using @SixLabors #ImageSharp library.
buhakmeh's tweet image. Trying to create a #dotnet app that creates a โ€œglitchโ€ version of an image using @SixLabors #ImageSharp library.

It's really cool to see #ImageSharp being used by another product company! @Telerik could you share which sponsorship package or license do you use to support @SixLabors in keeping ImageSharp alive?


How to get a hero image to score a top PageSpeed Insights score? Using #ImageSharp to get right image size. Tried loading as base64 string and lots of other things. But can't get site to score 100. #umbraco community to the help?


I support @pploug in saying that we should pay @James_M_South for #imagesharp and everything. ๐Ÿค˜๐Ÿ‘ #umbraco #codegarden #foss #opensource

bleedo's tweet image. I support @pploug in saying that we should pay @James_M_South for #imagesharp and everything. ๐Ÿค˜๐Ÿ‘
#umbraco #codegarden #foss #opensource

If you are using #ImageSharp, we've GOT YOUR ASS COVERED!

antonfrv's tweet image. If you are using #ImageSharp, we&apos;ve GOT YOUR ASS COVERED!

Just published a new update for ComputeSharp, a libray to write compute shaders directly in C# and run them in parallel through #DirectX. Here's how the syntax looks like in a convolution kernel for the bokeh blur effect from #ImageSharp, running on the GPU! ๐Ÿš€ #csharp #dotnet

SergioPedri's tweet image. Just published a new update for ComputeSharp, a libray to write compute shaders directly in C# and run them in parallel through #DirectX. Here&apos;s how the syntax looks like in a convolution kernel for the bokeh blur effect from #ImageSharp, running on the GPU! ๐Ÿš€
#csharp #dotnet

Just published a new update for ComputeSharp, a libray to write compute shaders directly in C# and run them in parallel through #DirectX. Here's how the syntax looks like in a convolution kernel for the bokeh blur effect from #ImageSharp, running on the GPU! ๐Ÿš€ #csharp #dotnet

3XS0's tweet image. Just published a new update for ComputeSharp, a libray to write compute shaders directly in C# and run them in parallel through #DirectX. Here&apos;s how the syntax looks like in a convolution kernel for the bokeh blur effect from #ImageSharp, running on the GPU! ๐Ÿš€
#csharp #dotnet


Finally, it's #ImageSharp optimization time again!

antonfrv's tweet image. Finally, it&apos;s #ImageSharp optimization time again!

Oh wow! 3000 stars for #ImageSharp. Thanks everyone! ๐Ÿคฉ๐Ÿ˜˜ #oss #dotnet

SixLabors's tweet image. Oh wow! 

3000 stars for #ImageSharp. Thanks everyone! ๐Ÿคฉ๐Ÿ˜˜

#oss #dotnet

For the SharpAlliance!!! project I'm using some amazing open source projects: * @SixLabors #ImageSharp, Font, and Drawing packages (absolutely a joy to use) * #veldrid - for the awesome low level C# 3d and multiplatform stuff. (Screen shot is partially ported new game screen.)

ubahs1337's tweet image. For the SharpAlliance!!! project I&apos;m using some amazing open source projects:
* @SixLabors #ImageSharp, Font, and Drawing packages (absolutely a joy to use)
* #veldrid - for the awesome low level C# 3d and multiplatform stuff.

(Screen shot is partially ported new game screen.)

Tiff support just got merged into the #ImageSharp main branch.


I had to unstar @SixLabors #ImageSharp for a few seconds to see this magic number, but worth it!

antonfrv's tweet image. I had to unstar @SixLabors #ImageSharp for a few seconds to see this magic number, but worth it!

Small trick to write more efficient loops: instead of indexing the target span/array/string at each iteration, precompute the ending address and iterate in that interval, incrementing the start reference at the end. It shaved off another ms in #ImageSharp convolutions! ๐Ÿš€ #dotnet

SergioPedri's tweet image. Small trick to write more efficient loops: instead of indexing the target span/array/string at each iteration, precompute the ending address and iterate in that interval, incrementing the start reference at the end. It shaved off another ms in #ImageSharp convolutions! ๐Ÿš€
#dotnet

#imagesharp #dotnetcore Just wrote a studio png encoder which encode txt files into RGBA png... This is so stupid but... I just want to write this.

EISarthur's tweet image. #imagesharp #dotnetcore 
Just wrote a studio png encoder which encode txt files into RGBA png...
This is so stupid but... I just want to write this.
EISarthur's tweet image. #imagesharp #dotnetcore 
Just wrote a studio png encoder which encode txt files into RGBA png...
This is so stupid but... I just want to write this.

We've recently pushed some great improvements to #ImageSharp so I thought it was time to dust off @bleroy 's Imaging Playground library. A lot has changed since 2017!

James_M_South's tweet image. We&apos;ve recently pushed some great improvements to #ImageSharp so I thought it was time to dust off @bleroy &apos;s Imaging Playground library. A lot has changed since 2017!

IMAGESHARP BETA3!!!! IMAGESHARP BETA 3!!!! IMAGESHARP BETA 3!!!! sixlabors.com/blog/beta-3-isโ€ฆ #imagesharp #dotnet #oss


Well hello there Slimsy v4 for #umbraco v9! @uprightbandage has been busy recently ๐Ÿ˜‰๐ŸŒถ๏ธ And is that WebP processing I see from #imagesharp v2? ๐Ÿ‘€๐Ÿคฏ

crumpled_jeavon's tweet image. Well hello there Slimsy v4 for #umbraco v9! @uprightbandage has been busy recently ๐Ÿ˜‰๐ŸŒถ๏ธ And is that WebP processing I see from #imagesharp v2? ๐Ÿ‘€๐Ÿคฏ

So you heard @SixLabors #ImageSharp is the deal for handling images, but never wrote a line using it. Just let @github #copilot guide you then.


A weeks worth of intrinsics work on #ImageSharp and we've jumped to 3rd on this comparison benchmark. The cool thing here is that we have plans that are guaranteed to chop a lot of processing time off the tested operation.

James_M_South's tweet image. A weeks worth of intrinsics work on #ImageSharp and we&apos;ve jumped to 3rd on this comparison benchmark. The cool thing here is that we have plans that are guaranteed to chop a lot of processing time off the tested operation.

Just successfully preserved pixel aspect ratio when encoding /decoding a gif image with #ImageSharp


Got asked a question about #ImageSharp and Server Side #Blazor Never used it so 5 minutes later... Too easy!

James_M_South's tweet image. Got asked a question about #ImageSharp and Server Side #Blazor Never used it so 5 minutes later... Too easy!
James_M_South's tweet image. Got asked a question about #ImageSharp and Server Side #Blazor Never used it so 5 minutes later... Too easy!
James_M_South's tweet image. Got asked a question about #ImageSharp and Server Side #Blazor Never used it so 5 minutes later... Too easy!

Loading...

Something went wrong.


Something went wrong.


United States Trends