EasySaver.BitmapFile
1.1.0
Major update is out. This version fixes several bugs on several methods that file may not saved, saved with wrong naming. Please check changelog.
See the version list below for details.
dotnet add package EasySaver.BitmapFile --version 1.1.0
NuGet\Install-Package EasySaver.BitmapFile -Version 1.1.0
<PackageReference Include="EasySaver.BitmapFile" Version="1.1.0" />
<PackageVersion Include="EasySaver.BitmapFile" Version="1.1.0" />
<PackageReference Include="EasySaver.BitmapFile" />
paket add EasySaver.BitmapFile --version 1.1.0
#r "nuget: EasySaver.BitmapFile, 1.1.0"
#:package EasySaver.BitmapFile@1.1.0
#addin nuget:?package=EasySaver.BitmapFile&version=1.1.0
#tool nuget:?package=EasySaver.BitmapFile&version=1.1.0
EasySaver BitmapFile
EasySaver.BitmapFile is a package to save bitmap files easily with different naming formats including Custom, LongDate, ShortDate, LongTime, ShortTime, LongDateTime and ShortDateTime
Description
This is README file for EasySaver.BitmapFile.
Example Usage
Save(Bitmap bitmap);
Save(Bitmap bitmap, string fileName, NamingFormat namingFormat, bool overwrite, bool renameIfExists);
SaveToFolder(Bitmap bitmap);
SaveToFolder(Bitmap bitmap, string fileName, string folderName, NamingFormat namingFormat, bool overwrite, bool renameIfExists);
To check listed/unlisted methods, example of output visit wiki page. EasySaver Wiki
Version History
See Changelog EasySaver.BitmapFile Changelog
Task list
- Create an issue or check task list: Issues
Licence
This repository is licensed under the "MIT" license. See MIT license.
Authors & Contributing
If you'd like to contribute, then contribute. contributing guide.
Help
Twitter: Enes Okullu @enesokullu
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net6.0
- EasySaver.Common (>= 1.1.0)
- System.Drawing.Common (>= 7.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
v1.1.0
* CheckFolderIfExists() had parameter value bug in SaveToFolderSafe(). This bug is fixed. (#51)[https://github.com/meokullu/EasySaver/issues/51]
* CheckFileIfExists() had parameter value bug in SaveToFolderSave(). This bug is fixed. (#51)[https://github.com/meokullu/EasySaver/issues/51]
See changelog (https://github.com/meokullu/EasySaver/blob/master/EasySaver.BitmapFile/CHANGELOG.md)