7ed92531c2
- Addressed the issue where remote image URLs failed to be processed due to local file handling restrictions. - Introduced `FetchAndStoreRemoteImage` to download and save remote images to a temporary file, enabling compatibility with existing processing functions. - Split the main image handling logic into smaller functions (`OpenAndDecodeImage`, `AdjustImage`) for better modularity and maintainability. - Updated `OpenAndAdjustImage` to use these new functions, ensuring a streamlined flow for both local and remote images. - Added cleanup steps for temporary files to prevent resource leaks. resolves: #15691 |
||
---|---|---|
.. | ||
adjust.go | ||
color.go | ||
color_test.go | ||
cropped_image.go | ||
decode.go | ||
decode_test.go | ||
encode.go | ||
encode_test.go | ||
identity.go | ||
identity_test.go | ||
initials.go | ||
initials_test.go | ||
main.go | ||
main_test.go | ||
manipulation.go | ||
manipulation_test.go | ||
meta.go | ||
qr-assets.go | ||
status_indicator.go | ||
test_data.go | ||
type.go |