about summary refs log tree commit diff
path: root/src/lib/media/manip.ts
Commit message (Expand)AuthorAgeFilesLines
* new arch (#8295)hailey2025-06-121-50/+37
* [Android] Save photos to "Bluesky" folder (#8018)Samuel Newman2025-05-081-2/+30
* New Edit Profile dialog on web, use new Edit Image dialog everywhere (#8220)Samuel Newman2025-05-061-1/+1
* swap out cropper library (#8327)hailey2025-05-061-8/+17
* Optimize compressImage method to also use binary search (#7490)Kae2025-04-261-7/+20
* Remove unused default argumentDan Abramov2025-01-071-1/+1
* Fix `moveToPermanentPath` ext Default Missing '.' (#7281)Jonathan Herbert2025-01-071-1/+1
* Remove image resizer (#5464)Hailey2024-09-241-16/+58
* Upgrade API, implement XRPC rework (#4857)Hailey2024-08-121-7/+1
* Delete the entire temporary directory instead of just the temp file, also use...Hailey2024-05-131-13/+18
* ✅ Fix "Download CAR file" on mobile (#3816)Matthieu Sieben2024-05-121-1/+73
* Cleanup files after each iteration of compression and downloading (#3599)Hailey2024-04-251-14/+37
* Ignore image responses on non-200 status (#3693)dan2024-04-241-5/+11
* Add permission checks before saving image (#945)Ansh2023-07-031-15/+3
* [APP-716] Add 'save image' button to the lightbox (#926)Paul Frazee2023-06-301-1/+30
* Rework scaled dimensions and compression (#737)Ollie H2023-05-301-44/+0
* Fix image sharing on iOS (#561)Paul Frazee2023-05-021-9/+39
* Android & visual fixes: color themes, repost icon, navigation, back handler, ...Paul Frazee2023-04-241-13/+12
* Split image cropping into secondary step (#473)Ollie Hsieh2023-04-171-83/+115
* Introduce an image sizes cache to improve feed layouts (close #213) (#335)Paul Frazee2023-03-211-4/+5
* Implement image uploading in the web composerPaul Frazee2023-02-231-0/+178