Open WoodyDark opened 4 years ago
I see that the convert method is restricted to only jpegs and pngs allowed_formats = %w[jpeg jpg png]. Why not allow conversion to other file types?
convert
allowed_formats = %w[jpeg jpg png]
You need to use master branch.
I see that the
convert
method is restricted to only jpegs and pngsallowed_formats = %w[jpeg jpg png]
. Why not allow conversion to other file types?