MemeFactory.Core
1.0.0-alpha.47
dotnet add package MemeFactory.Core --version 1.0.0-alpha.47
NuGet\Install-Package MemeFactory.Core -Version 1.0.0-alpha.47
<PackageReference Include="MemeFactory.Core" Version="1.0.0-alpha.47" />
<PackageVersion Include="MemeFactory.Core" Version="1.0.0-alpha.47" />
<PackageReference Include="MemeFactory.Core" />
paket add MemeFactory.Core --version 1.0.0-alpha.47
#r "nuget: MemeFactory.Core, 1.0.0-alpha.47"
#addin nuget:?package=MemeFactory.Core&version=1.0.0-alpha.47&prerelease
#tool nuget:?package=MemeFactory.Core&version=1.0.0-alpha.47&prerelease
MemeFactory
A meme processing utility based on ImageSharp.
Install
<PackageReference Include="MemeFactory.Core" Version="1.0.0-alpha.39" />
Design
sequenceDiagram
participant Service
participant Sequence as Sequence
participant Processor as AsyncLinq Operations
Service ->> Service: prepare images
Service ->> Sequence: convert Image to Sequence
Sequence ->> Service: IAsyncEnumerable<Frame>
Service ->> Processor: transform frames
Processor ->> Processor: (optional) draw other image into frame
Processor ->> Processor: (optional) expand frame
Processor ->> Processor: (optional) or redraw every frame using AI!
Processor ->> Service: final IAsyncEnumerable<Frame>
Service ->> Sequence: Compose frame sequence to Image
Sequence ->> Service: Image/Encoder/File Extensions
Usage
Matting image using AI
<PackageReference Include="MemeFactory.Matting.Onnx" Version="1.0.0-alpha.39" />
IAsyncEnumerable<Frame> frames;
var model = new RmbgConfiguration("your_model_path");
using var result = frames.ApplyModel(model).AutoComposeAsync();
await result.Image.SaveAsync("result." + result.Extension, result.Encoder);
See also: RMBG-2.0 / ModNet / PaddleSeg/Matting
⚠ Note: This package does not include any ONNX runtime package, please reference at least one ONNX runtime native package in your project.
Processing image with ffmpeg
<PackageReference Include="MemeFactory.Ffmpeg" Version="1.0.0-alpha.39" />
IAsyncEnumerable<Frame> frames;
frames.SpeedUp(1.0f);
⚠ Note: This package does not include any ffmpeg library or executable file, please install ffmpeg on your system.
Processing image with OpenCv
<PackageReference Include="MemeFactory.OpenCv" Version="1.0.0-alpha.39" />
IAsyncEnumerable<Frame> frames;
frames.OpenCv(MemeCv.RadialBlur())
⚠ Note: This package does not include any OpenCV binary file, please reference
OpenCvSharp4
runtime package in your project.
MemeFactory.OpenCv built-in filters
Use
MemeCv
to access all built-in filters
Method | Description |
---|---|
RadialBlur | Apply a radial blur filter to every frame |
FloodMatting | Select a point and matting image using the color of the selected point |
Core built-in filters
Method | Description |
---|---|
DuplicateFrame | Duplicate every frame in sequence, e.g. 1234 to 1122334 |
Loop | Loop the entire sequence, e.g. 1234 to 12341234 |
FrameBasedZipSequence | Merge two sequences frame by frame |
AutoComposeAsync | Evaluate all processors and generate the final image, and the output format is determined by the count of the final sequence |
EachFrame | Apply a FrameProcessor to every frame |
Rotation | Rotate the sequence frame by frame while incrementing the angle each frame |
Sliding | Slide sequence from edge to edge |
TimelineSliding | Not only sliding the canvas, also including the timeline |
Flip | Flip every frame |
Resize | Resize every frame |
BackgroundColor | Replace the background color of every frame |
Glow | Apply a radial glow to every frame |
Vignette | Apply a radial vignette to every frame |
BokehBlur | Apply a Bokeh blur filter to every frame |
GaussianBlur | Apply a Gaussian blur filter to every frame |
GaussianSharpen | Apply a Gaussian sharpen filter to every frame |
BlackWhite | Apply a black white filter to every frame |
Invert | Apply a invert color filter to every frame |
Kodachrome | Apply a Kodachrome filter to every frame |
Polaroid | Apply a Polaroid filter to every frame |
Pixelate | Apply a pixelate filter to every frame |
Contrast | Adjust the contrast of every frame |
Opacity | Adjust the opacity of every frame |
Hue | Adjust the hue of every frame |
Saturate | Adjust the saturate of every frame |
Lightness | Adjust the lightness of every frame |
Brightness | Adjust the rightness of every frame |
ProjectiveTransform | Apply projective transform matrix to every frame |
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net9.0
- MemeFactory.Core.Abstraction (>= 1.0.0-alpha.33)
- SixLabors.ImageSharp (>= 3.1.7)
- System.Linq.Async (>= 6.0.1)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on MemeFactory.Core:
Package | Downloads |
---|---|
MemeFactory.Ffmpeg
A meme processing utility that provides many tools to generate meme. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.0-alpha.47 | 85 | 3/21/2025 |
1.0.0-alpha.46 | 122 | 3/19/2025 |
1.0.0-alpha.45 | 126 | 3/19/2025 |
1.0.0-alpha.44 | 122 | 3/19/2025 |
1.0.0-alpha.43 | 116 | 3/19/2025 |
1.0.0-alpha.42 | 121 | 3/19/2025 |
1.0.0-alpha.41 | 117 | 3/19/2025 |
1.0.0-alpha.40 | 119 | 3/19/2025 |
1.0.0-alpha.39 | 115 | 3/18/2025 |
1.0.0-alpha.38 | 117 | 3/18/2025 |
1.0.0-alpha.36 | 117 | 3/17/2025 |
1.0.0-alpha.35 | 118 | 3/17/2025 |
1.0.0-alpha.34 | 116 | 3/17/2025 |
1.0.0-alpha.32 | 114 | 3/17/2025 |
1.0.0-alpha.31 | 119 | 3/17/2025 |
1.0.0-alpha.30 | 121 | 3/16/2025 |
1.0.0-alpha.29 | 117 | 3/16/2025 |
1.0.0-alpha.28 | 116 | 3/16/2025 |
1.0.0-alpha.27 | 55 | 3/15/2025 |
1.0.0-alpha.26 | 47 | 3/15/2025 |
1.0.0-alpha.24 | 51 | 3/14/2025 |
1.0.0-alpha.23 | 53 | 3/14/2025 |
1.0.0-alpha.22 | 56 | 3/14/2025 |
1.0.0-alpha.21 | 53 | 3/14/2025 |
1.0.0-alpha.20 | 51 | 3/14/2025 |
1.0.0-alpha.19 | 69 | 3/14/2025 |
1.0.0-alpha.18 | 76 | 3/14/2025 |
1.0.0-alpha.17 | 98 | 3/14/2025 |
1.0.0-alpha.16 | 96 | 3/14/2025 |
1.0.0-alpha.14 | 118 | 3/13/2025 |
1.0.0-alpha.13 | 136 | 3/12/2025 |
1.0.0-alpha.12 | 133 | 3/12/2025 |
1.0.0-alpha.11 | 125 | 3/12/2025 |
1.0.0-alpha.10 | 121 | 3/12/2025 |
1.0.0-alpha.9 | 133 | 3/12/2025 |
1.0.0-alpha.8 | 138 | 3/12/2025 |
1.0.0-alpha.7 | 130 | 3/12/2025 |
1.0.0-alpha.6 | 130 | 3/12/2025 |
1.0.0-alpha.5 | 129 | 3/12/2025 |
1.0.0-alpha.4 | 132 | 3/12/2025 |
1.0.0-alpha.3 | 123 | 3/12/2025 |
1.0.0-alpha.1 | 140 | 3/11/2025 |