Skip to content

[WIP] New WebP decoder/encoder #142

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[submodule "dependencies/quick-library"]
path = dependencies/quick-library
url = https://github.com/ModuleArt/quick-library
[submodule "dependencies/qpv-plugins"]
path = dependencies/qpv-plugins
url = https://github.com/ModuleArt/qpv-plugins
url = https://github.com/ModuleArt/quick-library
20 changes: 18 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,14 @@
<img src="/docs/screenshots/main.png">
</a>
<br>
v3.1.5 - December 21, 2023 - <a href="https://github.com/ModuleArt/quick-picture-viewer/releases/download/v3.1.5/QuickPictureViewer-Setup.exe">Download (3.4 MB)</a><br>
<!-- v3.1.5 (Beta) - December 21, 2023 - <a href="https://github.com/ModuleArt/quick-picture-viewer/releases/download/v3.1.5/QuickPictureViewer-Setup.exe">Download (3.4 MB)</a><br> -->
v3.1.4 (Stable) - May 9, 2021 - <a href="https://github.com/ModuleArt/quick-picture-viewer/releases/download/v3.1.4/QuickPictureViewer-Setup.exe">Download (3.4 MB)</a>
<br><br>
<a href="https://github.com/ModuleArt/quick-picture-viewer/releases">Older versions and release notes</a>
</p>

## 😃 Features:

- 🖼️ Supported image formats: .png, .jpg, .jpeg, .jpe, .jfif, .exif, .gif, .bmp, .dib, .rle, .tiff, .tif, .ico, .webp, .svg, .dds, .tga, .psd, .cr2 ...
- ✍️ Basic image editing: Rotate, flip, crop, change file type ...
- 🧩 Plugins ready
- ↗️ Open image with external app or show file in explorer
Expand All @@ -45,6 +44,23 @@

Want more? Open a <a href="https://github.com/ModuleArt/quick-picture-viewer/issues/new">new issue</a> or 👍 an <a href="https://github.com/ModuleArt/quick-picture-viewer/issues">existing one</a> so we can talk about it.

## 📄 Supported file formats:

| File format | Extenstions | Open | Save | Using |
| ----------- | -------------------------- | ---- | ---- | ------------------------------------------------------------------------------------------------------- |
| PNG | png | ✅ | ✅ | <a href="https://learn.microsoft.com/en-us/dotnet/api/system.drawing?view=net-8.0"> System.Drawing </a> |
| JPEG | jpg, jpeg, jpe, jfif, exif | ✅ | ✅ | <a href="https://learn.microsoft.com/en-us/dotnet/api/system.drawing?view=net-8.0"> System.Drawing </a> |
| GIF | gif | ✅ | ✅ | <a href="https://learn.microsoft.com/en-us/dotnet/api/system.drawing?view=net-8.0"> System.Drawing </a> |
| BMP | bmp, dib, rle | ✅ | ✅ | <a href="https://learn.microsoft.com/en-us/dotnet/api/system.drawing?view=net-8.0"> System.Drawing </a> |
| TIFF | tiff, tif | ✅ | ✅ | <a href="https://learn.microsoft.com/en-us/dotnet/api/system.drawing?view=net-8.0"> System.Drawing </a> |
| ICO | ico | ✅ | ✅ | |
| WEBP | webp | ✅ | ✅ | <a href="https://github.com/Sharp0802/WebP.Net"> WebP.Net </a> |
| SVG | svg | ✅ | ❌ | |
| PSD | psd | ✅ | ❌ | |
| DDS | dds | ✅ | ❌ | |
| TGA | tga | ✅ | ❌ | |
| CR2 | cr2 | ✅ | ❌ | |

## 🔮 Future plans:

- Enhanced zoom menu
Expand Down
2 changes: 1 addition & 1 deletion dependencies/quick-library
Submodule quick-library updated 213 files
14 changes: 1 addition & 13 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -193,22 +193,10 @@ <h2 id="plugins">Built-in plugins:</h2>
<h2>Donate:</h2>
<div class="content">
<div id="donate" class="donate">
<a href="https://www.patreon.com/moduleart">
<img src="imgs/icons/patreon.png" />
<span>Patreon</span>
</a>
<a href="https://opencollective.com/moduleart">
<a href="https://opencollective.com/moduleart/projects/quick-picture-viewer">
<img src="imgs/icons/opensource.png" />
<span>Open Collective</span>
</a>
<a href="https://ko-fi.com/moduleart">
<img src="imgs/icons/cup.png" />
<span>Ko-fi</span>
</a>
<a href="https://opencollective.com/moduleart/donate">
<img src="imgs/icons/paypal.png" />
<span>PayPal, Credit/debit card, Bank transfer</span>
</a>
</div>
</div>
</main>
Expand Down
Binary file removed libs/SimplePsd.dll
Binary file not shown.
3 changes: 1 addition & 2 deletions quick-picture-viewer.sln
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34322.80
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "quick-picture-viewer", "quick-picture-viewer\quick-picture-viewer.csproj", "{53748C49-255E-424B-B789-5919CEFEF473}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QuickLibrary", "dependencies\quick-library\QuickLibrary\QuickLibrary.csproj", "{90F913B5-1B48-4E7B-83AA-21C0946B4F81}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "QuickLibrary", "dependencies\quick-library\QuickLibrary\QuickLibrary.csproj", "{90F913B5-1B48-4E7B-83AA-21C0946B4F81}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
2 changes: 1 addition & 1 deletion quick-picture-viewer/app.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<!-- Windows 8.1 -->
<supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}" />

<!-- Windows 10 -->
<!-- Windows 10 and Windows 11 -->
<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}" />

</application>
Expand Down
2 changes: 1 addition & 1 deletion quick-picture-viewer/forms/AboutForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public AboutForm()
if (IntPtr.Size == 4) versionLabel.Text += " (x32)";
else if (IntPtr.Size == 8) versionLabel.Text += " (x64)";

if (ThemeMan.isWindows10()) makeDefaultBtn.Enabled = true;
if (ThemeMan.isWindows10orLater()) makeDefaultBtn.Enabled = true;
}

protected override void OnHandleCreated(EventArgs e)
Expand Down
Loading