You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's probably too generic, but I like the look of it better (I also changed the function name). It needs some more thought.
The reason I think it's important to get it right is that it's probably the only line of code most people will use. The rest is "hidden" in the class behind it.
The text was updated successfully, but these errors were encountered:
- Changed namespace from `Jens\ImageConverter` to `ImageConverter`
- Added `convert` helper function
- Changed `example.php` to include the shorter version
The old syntax without namespace looks like this:
The new syntax will probably look something like this:
I don't really like the namespace, but I don't have a better suggestion at the moment.
Another idea
It's probably too generic, but I like the look of it better (I also changed the function name). It needs some more thought.
The reason I think it's important to get it right is that it's probably the only line of code most people will use. The rest is "hidden" in the class behind it.
The text was updated successfully, but these errors were encountered: