You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
iOS Library supports non-destructive editing of media assets. Thereby alongside with an original asset e.g. stored in HEIC format, adjustment data is stored (as PLIST) and cached latest output stored as JPEG image (which is basically original image data with operations described in Adjustments.plist applied).
Describe the solution you'd like
I think we need at least provide options to the user allowing him to choose what to upload: original, edited image or both.
Describe alternatives you've considered
Right now we just upload an original without providing any options
Additional context
Here is an example of Array of PHAssetResouce objects returned by PHAssetResource.assetResources(for asset:PHAsset):
Is your feature request related to a problem? Please describe.
iOS Library supports non-destructive editing of media assets. Thereby alongside with an original asset e.g. stored in HEIC format, adjustment data is stored (as PLIST) and cached latest output stored as JPEG image (which is basically original image data with operations described in Adjustments.plist applied).
Describe the solution you'd like
I think we need at least provide options to the user allowing him to choose what to upload: original, edited image or both.
Describe alternatives you've considered
Right now we just upload an original without providing any options
Additional context
Here is an example of Array of
PHAssetResouce
objects returned byPHAssetResource.assetResources(for asset:PHAsset)
:[
{ type: photo, uni: public.heic, filename: IMG_3537.HEIC, isCurrent: NO},
{ type: adjustment, uni: com.apple.property-list, filename: Adjustments.plist, isCurrent: YES}
{ type: photo, uni: public.jpeg, filename: FullSizeRender.jpg, isCurrent: YES},
]
TASKS
PR
The text was updated successfully, but these errors were encountered: