Image resizing without detaching

Hi,

resize because of the size or pixel. When it is enough to save size there seems to be a quality flag

let result = await ImagePicker.launchImageLibraryAsync({
            allowsEditing: false,
            aspect: [4, 3],
            quality: 0.1,
        });

Ben