Login
Home
KB
Snippets
Current Articles
|
Archives
|
Search
Entries for 'C#'
28
C# Rotating JPG Image
posted on November 28, 2023 09:31
Tested QualityLevel at 90 then 100; image quality results same, but with larger file size than QualityLevel 80. QualityLevel 90 reduced file size to 1...
[Read the rest of this article...]
C#
,
jpg
Actions:
E-mail
|
Permalink
|
Comments (0)
22
Token Replacement
posted on January 22, 2020 06:44
public string FixTokens(string _myOriginal, string _myToken, string _myReplacement) { try { string _ReturnValue = ""...
[Read the rest of this article...]
C#
,
token replacement
Posted in:
private void function()
Actions:
E-mail
|
Permalink
|
Comments (0)