Hier werden die Unterschiede zwischen zwei Versionen gezeigt.
|
paintnet:psdplugin [2010/02/07 15:35] 127.0.0.1 Externe Bearbeitung |
paintnet:psdplugin [2010/02/07 15:51] (aktuell) frank1 |
||
|---|---|---|---|
| Zeile 3: | Zeile 3: | ||
| [[http://www.getpaint.net/redirect/getpdn.html|{{:paintnet:pdnlogo.png|Paint.NET}}]] | [[http://www.getpaint.net/redirect/getpdn.html|{{:paintnet:pdnlogo.png|Paint.NET}}]] | ||
| - | Here you find my Paint.NET plug in for loading and saving Photoshop files. | + | The Paint.NET plug in for loading and saving Photoshop files is now placed at Codeplex. |
| + | [[http://psdplugin.codeplex.com]] | ||
| - | ===== Features ===== | ||
| - | * Layers | ||
| - | * Masks (only loading see [[#To_do|To do]] list) | ||
| - | * RAW or RLE compressed files | ||
| - | * The following color modes are supported for loading an image | ||
| - | * Gray scale | ||
| - | * Indexed | ||
| - | * 32 Bit-RGBA | ||
| - | * CMYK (lossy conversation) | ||
| - | * Multichannel CMY (lossy conversation) | ||
| - | * Duotone (as gray scale) | ||
| - | * Lab (lossy conversation) | ||
| - | * For saving an image only 32-Bit RGBA is supported | ||
| - | |||
| - | ===== Non features ===== | ||
| - | |||
| - | The plug in does not support every feature, which is provided by the file format (there are lot's of them). | ||
| - | I have implemented only the stuff which has it's counterpart in Paint.NET or if it is useful for converting the image to the Paint.NET internals. | ||
| - | |||
| - | ===== History ===== | ||
| - | |||
| - | * 1.0.4 (March 13. 2007) | ||
| - | * Added support for additional image resources. | ||
| - | * Added support for resolution information. | ||
| - | * 1.0.3 (Mai 18. 2006) | ||
| - | * Fixed a padding problem with the layer names. | ||
| - | * Added RLE compression for the image data (not for the layers for now). | ||
| - | * 1.0.2 (Mai 15. 2006) | ||
| - | * Fixed the layer visibility. | ||
| - | * 1.0.1 (April 13. 2006 ) | ||
| - | * Fixed bad positioning of the layers, the first row and column was missing. | ||
| - | * Empty layers are no ignored while loading. | ||
| - | * 1.0.0 (April 11. 2006 ) | ||
| - | |||
| - | ===== Requires ===== | ||
| - | |||
| - | Paint.NET 3.0 (not testet with earlier versions) | ||
| - | |||
| - | ===== Installation ===== | ||
| - | |||
| - | Simply unzip and put in the "FileTypes" folder in the Paint.NET directory. | ||
| - | |||
| - | ===== Download ===== | ||
| - | |||
| - | The plugin can be downloaded here | ||
| - | |||
| - | {{:paintnet:photoshop.zip|photoshop.zip (18,0 KB)}} | ||
| - | |||
| - | The source code is also available | ||
| - | |||
| - | {{:paintnet:psd4pnd-src.zip|psd4pnd-src.zip (54,0 KB)}} | ||
| - | |||
| - | Please consult the readme.txt before asking any questions. | ||
| - | |||
| - | ===== Non features Part 2 ===== | ||
| - | |||
| - | What I found difficult is the converting of the layer blend modes. For now the plug in used the following table: | ||
| - | |||
| - | ^ Paint.NET blend mode ^ Photoshop blend mode key ^ | ||
| - | | Normal | norm | | ||
| - | | Multiply | mul | | ||
| - | | Additive | norm | | ||
| - | | ColorBurn | div | | ||
| - | | ColorDodge | idiv | | ||
| - | | Overlay | over | | ||
| - | | Difference | diff | | ||
| - | | Lighten | lite | | ||
| - | | Darken | dark | | ||
| - | | Screen | scrn | | ||
| - | |||
| - | For the following Paint.Net blend modes I don't see a direct counterpart: | ||
| - | * Reflect | ||
| - | * Glow | ||
| - | * Negation | ||
| - | * Xor | ||
| - | |||
| - | And also for these Photoshop blend mode keys | ||
| - | * hue | ||
| - | * sat | ||
| - | * colr | ||
| - | * lum | ||
| - | * diss | ||
| - | * hLit | ||
| - | * sLit | ||
| - | * smud | ||
| - | |||
| - | ===== To do ===== | ||
| - | |||
| - | * Add layer RLE compression to the saving. | ||
| - | * For now layer masks are merged into the layer while loading. Make this a selectable option . | ||
| - | |||
| - | [[http://www.getpaint.net/redirect/getpdn.html|{{paintnet:getpdn.png|Get Paint.NET!}}]] | ||