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

Add support for extensions to custom transformations #117

Merged
merged 1 commit into from
Feb 7, 2024

Conversation

achempion
Copy link
Member

@achempion achempion commented Feb 6, 2024

Adds support for defining transformations with custom extensions

 def transform(:custom_to_jpg, {file, _}) do
    {
      fn _, _ -> {:ok, file} end,
      fn _, _ -> :jpg end
    }
end

@achempion achempion marked this pull request as ready for review February 7, 2024 17:19
@achempion achempion merged commit 038f62c into master Feb 7, 2024
1 check passed
@achempion achempion deleted the feature/custom-transformations-with-extensions branch February 7, 2024 17:19
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.

None yet

1 participant