Skip to content

Conversation

@indrasuthar07
Copy link
Contributor

@indrasuthar07 indrasuthar07 commented Nov 12, 2025

Description

  • added support for png , jpeg image format.
  • automatic fromat detection based on file signature
  • format conversion(png to jpeg, jpeg to bmp)
  • all existing filter work with new formats.

Dependencies-

  • libpng(for png support)
  • libjpeg(for jpeg support)
  • platform to run

  • windows(MSYS2 UCRT64)
  • Linux (Ubuntu/Debian)

Give a brief description of the pull request.

Semver Changes

  • Patch (bug fix, no new features)
  • Minor (new features, no breaking changes)
  • Major (breaking changes)

Issues

closes #36

List any issues that this pull request closes.

Checklist

@harshsankhla18 harshsankhla18 changed the title feat: PNG & JPEG file support for filters feat: add PNG & JPEG file support for filters Nov 12, 2025
@harshsankhla18 harshsankhla18 merged commit 200432a into OPCODE-Open-Spring-Fest:main Nov 12, 2025
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature]: Add PNG and JPEG Image Format Support

2 participants