Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(jpg-conversion): add logic specific to handling JPG conversions #21

Merged
merged 1 commit into from
Dec 16, 2024

Conversation

Daethyra
Copy link
Owner

  • Conversions to jpg are now functional
  • test_image_converter.py tests successful against image_converter.py even with new private method added

Overview:

Introduced a new method _convert_to_jpg to handle JPG conversions separately in the ImageConverter class.

- Conversions *to* jpg are now functional
- `test_image_converter.py` tests successful against `image_converter.py` even with new private method added

**Overview**:

Introduced a new method `_convert_to_jpg` to handle JPG conversions separately in the `ImageConverter` class.
@Daethyra Daethyra added the bug Something isn't working label Dec 16, 2024
@Daethyra Daethyra self-assigned this Dec 16, 2024
Copy link
Owner Author

@Daethyra Daethyra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

self._convert_image(input_ext, output_ext) still included for non-jpg conversions, so... LGTM

@Daethyra Daethyra merged commit 1b3ecdb into main Dec 16, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant