Skip to content

When to use Magick.NET & usage question #1485

Closed Answered by dlemstra
xMaxximum asked this question in Help
Discussion options

You must be logged in to vote

Your first question is not easy to answer. It all depends on what else you want to do or which kinds of formats you want to support so I don't have an answer to that question. But using my library could be one of your options.

And if you use this library you can read an image with a label that fits in the specified dimensions like this:

var readSettings = new MagickReadSettings
{
    BackgroundColor = MagickColors.Transparent,
    FillColor = new MagickColor("#bebcbe"),
    TextGravity = Gravity.Center,
    FontFamily = "IFC RAILROAD", // Not sure if this is the correct font name
    // Font = @"c:\path\font.ttf", // This might be an other option to specify the font.
    Width = 200, // T…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by xMaxximum
Comment options

You must be logged in to vote
2 replies
@dlemstra
Comment options

@xMaxximum
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants