Skip to content

New: Add BMP and TIFF output formats#775

Open
huseyincancalti wants to merge 1 commit into
Tichau:integrationfrom
huseyincancalti:feature/bmp-tiff-output
Open

New: Add BMP and TIFF output formats#775
huseyincancalti wants to merge 1 commit into
Tichau:integrationfrom
huseyincancalti:feature/bmp-tiff-output

Conversation

@huseyincancalti

Copy link
Copy Markdown

ImageMagick.NET already handles both formats natively; this wires
them through the OutputType enum, job factory, default settings,
and preset UI following the existing Png/Jpg/Webp pattern.

Closes #77

Changes

  • New OutputType.Bmp / OutputType.Tiff enum values
  • Routed through ConversionJob_ImageMagick (already depends on
    ImageMagick.NET, which supports both formats natively)
  • Registered in the input/output category compatibility map and
    default-preset-settings initializer
  • Added "To Bmp" / "To Tiff" default presets and New-Preset picker
    entries
  • Wired the preset-editor UI to reuse the existing Png settings
    panel (Scale/Rotate/Clamp-to-power-of-2)

Testing

  • Full solution rebuild: 0 warnings, 0 errors
  • Converted a real PNG to both formats through the actual
    conversion pipeline; verified output opens correctly and reports
    the expected format/dimensions via an independent decoder

ImageMagick.NET already handles both formats natively; this wires
them through the OutputType enum, job factory, default settings,
and preset UI following the existing Png/Jpg/Webp pattern.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add TIF as output format

1 participant