-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1452eb4
commit 8f4d314
Showing
9 changed files
with
119 additions
and
131 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="HTTP test" type="HttpClient.HttpRequestRunConfigurationType" factoryName="HTTP Request" path="$PROJECT_DIR$/Test.http" requestIdentifier="GET request to example server" runType="Run single request"> | ||
<method v="2" /> | ||
</configuration> | ||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,21 @@ | ||
# Ashampoo Image Proxy Service | ||
|
||
## Installation | ||
|
||
WiP | ||
|
||
## Contributions | ||
|
||
Contributions are welcome! If you encounter any issues, | ||
have suggestions for improvements, or would like to contribute new features, | ||
please feel free to submit a pull request. | ||
|
||
## Acknowledgements | ||
|
||
* JetBrains for making [Kotlin](https://kotlinlang.org). | ||
* John Cupitt for making [libvips](https://github.com/libvips/). | ||
* carrot for making [vips-ffm](https://github.com/lopcode/vips-ffm). | ||
|
||
## License | ||
|
||
This code is under the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
GET http://0.0.0.0:8080/ | ||
RemoteUrl: https://raw.githubusercontent.com/Ashampoo/imageproxy/refs/heads/main/src/main/resources/sample.jpg | ||
LongSidePx: 320 | ||
Quality: 80 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,3 @@ kotlin_version=2.1.0 | |
ktor_version=3.0.2 | ||
logback_version=1.4.14 | ||
vips_ffm_version=1.3.0 | ||
skiko_version=0.8.18 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
95 changes: 0 additions & 95 deletions
95
src/main/kotlin/com/ashampoo/imageproxy/SkikoImageUtils.kt
This file was deleted.
Oops, something went wrong.