Skip to content
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

Update copyright year #27

Merged
merged 1 commit into from
Mar 9, 2020
Merged
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
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
PSD (Photoshop Document) & PSB (Photoshop Big) Plugin for Qt/C++ (Qt4/Qt5)


This project is based on the Photoshop File Format Specification found in http://www.adobe.com/devnet-apps/photoshop/fileformatashtml/PhotoshopFileFormats.htm
This project is based on the [Adobe Photoshop File Formats Specification](http://www.adobe.com/devnet-apps/photoshop/fileformatashtml/PhotoshopFileFormats.htm)

## FEATURES

Expand Down Expand Up @@ -43,7 +43,6 @@ This project is based on the Photoshop File Format Specification found in http:/
- If you have an existing PSD/PSB file with different color mode or compression. Feel free to send me an [email](mailto:[email protected]). I need samples with zip-compressed layers (zip w/ or w/o prediction).
- If you want to contribute to the code, just fork the project and pull requests.
- If you want to keep this project alive you can send your donations to:
- Bitcoin: 3A23hHJF8q8hNPz3sedqD9T7g25ELPcvg2
- Paypal: https://www.paypal.me/RonieMartinez

## AUTHOR
Expand Down Expand Up @@ -71,7 +70,7 @@ This project is based on the Photoshop File Format Specification found in http:/

## REFERENCES

- http://www.adobe.com/devnet-apps/photoshop/fileformatashtml/PhotoshopFileFormats.htm
- http://www.brucelindbloom.com/index.html?Eqn_RGB_XYZ_Matrix.html
- http://help.adobe.com/en_US/photoshop/cs/using/WSfd1234e1c4b69f30ea53e41001031ab64-73eea.html#WSfd1234e1c4b69f30ea53e41001031ab64-73e5a
- http://www.adobe.com/digitalimag/pdfs/AdobeRGB1998.pdf
- [Adobe Photoshop File Formats Specification](http://www.adobe.com/devnet-apps/photoshop/fileformatashtml/PhotoshopFileFormats.htm)
- [RGB/XYZ Matrices](http://www.brucelindbloom.com/index.html?Eqn_RGB_XYZ_Matrix.html)
- [ADOBE® PHOTOSHOP Help and tutorials](http://help.adobe.com/en_US/photoshop/cs/using/WSfd1234e1c4b69f30ea53e41001031ab64-73eea.html#WSfd1234e1c4b69f30ea53e41001031ab64-73e5a)
- [Adobe® RGB (1998) Color Image Encoding](http://www.adobe.com/digitalimag/pdfs/AdobeRGB1998.pdf)
2 changes: 1 addition & 1 deletion qpsdhandler.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (c) 2012-2019 Ronie Martinez ([email protected])
Copyright (c) 2012-2020 Ronie Martinez ([email protected])
All rights reserved.

This library is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion qpsdhandler.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (c) 2012-2019 Ronie Martinez ([email protected])
Copyright (c) 2012-2020 Ronie Martinez ([email protected])
All rights reserved.

This library is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion qpsdhandler_p.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (c) 2012-2019 Ronie Martinez ([email protected])
Copyright (c) 2012-2020 Ronie Martinez ([email protected])
All rights reserved.

This library is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion qpsdplugin.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (c) 2012-2019 Ronie Martinez ([email protected])
Copyright (c) 2012-2020 Ronie Martinez ([email protected])
All rights reserved.

This library is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion qpsdplugin.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (c) 2012-2019 Ronie Martinez ([email protected])
Copyright (c) 2012-2020 Ronie Martinez ([email protected])
All rights reserved.

This library is free software; you can redistribute it and/or
Expand Down