Skip to content

Commit 34e319d

Browse files
committed
Merge branch 'plugins'
2 parents 0146da1 + b9d2539 commit 34e319d

File tree

5 files changed

+12
-6
lines changed

5 files changed

+12
-6
lines changed

cmyk-tiff-2-pdf/description

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
* CMYK Tiff 2 PDF for Gimp {version}:
2-
This plugin completes the prepress workflow of using Seperate+ to generate
2+
This plugin completes the prepress workflow of using Separate+ to generate
33
CMYK Tiff images by allowing you to convert the saved CMYK Tiff image into
44
a PDF file.

common-py.mk

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
1+
PYDEFAULT := $(shell pyversions -vd)
2+
PYCOMPILE := $(shell which pycompile| grep -v 'not found')
3+
14
ifndef SCRIPT_SRCDIR
25
SCRIPT_SRCDIR := $(CURDIR)
36
endif
47

8+
ifdef PYCOMPILE
59
build: $(SCRIPT:%=$(SCRIPT_SRCDIR)/%c)
610

711
$(SCRIPT_SRCDIR)/%c: $(SCRIPT_SRCDIR)/%
8-
pycompile $*
9-
12+
pycompile -V $(PYDEFAULT) $*
13+
else
14+
build:
15+
#nothing to do without pycompile
16+
endif
1017

1118
install: $(SCRIPT:%=$(DESTDIR)$(PLUGINSCRIPTDIR)/%)
1219

refocus/description

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
tend to get blurry. The blurred impression of these images is due to the
55
fact that image pixels are averaged with their neighbors. Blurred images
66
don't have sharp boundaries and look as though they have been taken with
7-
an unfocussed camera.
7+
an unfocused camera.

traditional-orton/description

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@
33
consists of taking two copies of an image, one blurred, and one sharp,
44
and mixing them to produce an image with a dreamy quality. It is
55
especially well suited to landscape and flower photography.
6-
See http://www.cardinalpeak.com/blog/?p=569 for details.

wavelet-denoise/description

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
* Wavelet Denoise {version}:
22
The wavelet denoise plugin is a tool to selectively reduce noise in
33
individual channels of an image with optional RGB<->YCbCr conversion.
4-
It has a user inteface to adjust the amount of denoising applied. The
4+
It has a user interface to adjust the amount of denoising applied. The
55
wavelet nature of the algorithm makes the processing quite fast.

0 commit comments

Comments
 (0)