lonnieezell / Bonfire2

CodeIgniter 4-based application skeleton
MIT License
129 stars 50 forks source link

Avatar image functionality improvement: deleting, downsizing #390

Closed dgvirtual closed 1 year ago

dgvirtual commented 1 year ago

Changes to Users module avatar image functionality:

Resizing would make PHP GD extension a new requirement for Bonfire2 (I do not think that is ever an issue, but will need to be specified). In case I missed it and it is a possible issue, functionality could be hidden when GD extension is not detected.