Can I use redirect rules to add a query parameter Cloudflare Image Resizing to the URL?

Can I use redirect rules to add a query parameter Cloudflare Image Resizing to the URL?

Or in other words, add the url image

'upload/bank_image/large/image.jpg'

from any URL and 301 to the same version with the

'/cdn-cgi/image/fit=contain,format=auto,metadata=none,onerror=redirect,quality=75,width=720'

'www.example.com/upload/bank_image/large/image.jpg'

to 'www.example.com//cdn-cgi/image/fit=contain,format=auto,metadata=none,onerror=redirect,quality=75,width=720/upload/bank_image/large/image.jpg'

Any help would be appreciated