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

Latest Dev Release #28

Merged
merged 33 commits into from
Apr 3, 2018
Merged
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
0e91a52
Removed unused code and reduced complexity
darrynten May 11, 2017
7839a32
Merge pull request #22 from darrynten/fix/codacy-changes
darrynten Nov 16, 2017
04fc30d
Update dependencies
darrynten Feb 11, 2018
5f86935
Merge branch 'dev' into fix/codacy-changes
darrynten Feb 11, 2018
355c155
Updated composer package
darrynten Feb 11, 2018
e803f20
Remove old repo from composer
darrynten Feb 11, 2018
42ea62d
Merge branch 'fix/codacy-changes' of github.com:darrynten/pslayers in…
darrynten Feb 11, 2018
816b235
Fixing travis
darrynten Feb 11, 2018
0f77ef2
Build ImageMagick from source
darrynten Feb 11, 2018
6b3cb05
Typo
darrynten Feb 11, 2018
d225b17
Debugging CI
darrynten Feb 11, 2018
afab5a5
Reduce verbosity
darrynten Feb 11, 2018
c65981f
Correct filename
darrynten Feb 11, 2018
6af313b
Correct path for scripts
darrynten Feb 11, 2018
171ba8b
Update to Imagick 7
darrynten Feb 11, 2018
de0739d
Download correct package
darrynten Feb 11, 2018
5355401
Remove temp files
darrynten Feb 11, 2018
f4b0c0a
Gitignore and Composer lock file
darrynten Feb 11, 2018
6b16eba
Update tests
darrynten Feb 11, 2018
4ce6b4d
Updated tests again
darrynten Feb 11, 2018
28efb4d
Missing deps for Imagick
darrynten Feb 11, 2018
5ca34bb
Removing broken travis tests
darrynten Feb 11, 2018
307419e
Remove PHP 7.0
darrynten Feb 11, 2018
6c62258
Merge pull request #25 from darrynten/fix/codacy-changes
darrynten Feb 11, 2018
5c95ff6
Fix for creating ImageLayer with a string
darrynten Mar 17, 2018
75ee5ed
Version bump
darrynten Mar 17, 2018
6c73875
Merge pull request #26 from darrynten/fix/image-layer-from-string
darrynten Mar 17, 2018
446cfb8
checks if output path is set.
kiproping Mar 31, 2018
1b6437b
test that output path is optional.
kiproping Apr 1, 2018
a9751ca
Version bump
darrynten Apr 3, 2018
0a1cc4a
assertions/testing rendering.
kiproping Apr 3, 2018
120ecfb
checking image width, height and filetype
kiproping Apr 3, 2018
65aeba0
Merge pull request #27 from darrynten/fix/nullcheckerror
darrynten Apr 3, 2018
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
Prev Previous commit
Next Next commit
Update tests
  • Loading branch information
darrynten committed Feb 11, 2018
commit 6b16eba0c0a8977313ab6f96724dcbbcd59794e2
1 change: 0 additions & 1 deletion src/Filters/Filter/Fred/FredBaseFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ public function render()
}

$this->image->readImage($tempPathOut);
unlink($tempPathOut);

return $process->getOutput();
}
Expand Down