As with all third-party apps in our store, you can reach out to the developers directly with any support queries you have by using the contact details listed there on the app store page.
You can confirm with the creators of a given app how their app would function specifically with regard to the quality and compression (or lack thereof) for images uploaded in this way.
Could you let me know a bit more about your business and how this functionality is used for your store?
What else are you working on for your business at the moment, are you selling already or still setting up?
In any case, I look forward to helping you out however I can!
→ I have checked this link, and found a few apps that can serve the purpose. Thanks for the link.
Could you let me know a bit more about your business and how this functionality is used for your store? What else are you working on for your business at the moment, are you selling already or still setting up?
→ I should have mentioned before. I am a developer and I want to build such feature in the client’s store.
Business Requirement:
Customer should be able to upload and crop the image.
Image should be attached with the product(line_item)
Image quality should be as it is(no quality degradation).
This is what I have drafted so far.
I will use Cropper.js to crop the image
Amazon s3 to store the image(I doubt that I can securely upload image to S3 using just client side code(javascript)).
Once image is uploaded to the AmazonS3, I will put its link to the line_item properties.