Viewing a single comment thread. View all comments

NoPotatoes wrote

By plain PHP do you mean pure PHP, or just not shelling out to a CLI tool?

I found this gmagick library, but I'm 99% sure it links to ImageMagick, which is itself not portable across architectures.

2

emma wrote

I meant pure PHP, but an extension or even a CLI tool are also acceptable. My concerns are that changing something on the server doesn't break EXIF stripping, and that having an obscure CLI tool installed cannot be a requirement for being able to upload images in Postmill.

I've already laid out a plan to deal with this, but GitLab kind of pulled the rug on the project with breaking CI for contributors, then reducing the amount of CI hours to practically nothing for anyone who doesn't apply for their open source programme, which I'm not doing. That is why I've barely worked on Postmill this year. I've been meaning to set up my own git hosting thing + CI runner, but finding good alternatives that aren't unmanageable for me has been further demotivating.

5