Gimp-Forum.net

Full Version: ofn-shred-layer
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
For questions, suggestions and remarks about ofn-shred-layer
Initial
[attachment=1014]

Vertical shredding
[attachment=1015]

Horizontal over the above
[attachment=1016]
Forthcoming ?
No, already available at the usual place. Actually an update for shred-layer (2015-2016).
(11-30-2017, 06:28 PM)Ofnuts Wrote: [ -> ]No, already available at the usual place. Actually an update for shred-layer (2015-2016).

Ah, i was looking at the wrong subsection.
Its here:
https://sourceforge.net/projects/gimp-to...s/scripts/

Thought this was a new script coming from your bathroomfloor thread.
Hi,

I am not able to use unshred action.

There is always an error message like:

--------------------------------------------------------------------------------------------------------------------------------------------------------------------
  GIMP Error
Calling error for procedure 'gimp-drawable-fill':
Procedure 'gimp-drawable-fill' has been called with value '5' for argument 'fill-type' (#2, type GimpFillType). This value is out of range.

  Unshred Warning
could not fill drawable (ID 6277) with fill mode 5
--------------------------------------------------------------------------------------------------------------------------------------------------------------------

Example:
On a 400x400 px image, I initially apply the Shred option;
I enter values 100 for Strip Witdh and 5 for Spacing (for both directions), and ok, the image is sliced correctly.

In this same image I try to do the opposite. (With Unshred)
I choose the same values (100 and 5), but it gives the error reported above.

What could I be doing wrong?
I already read the . html with the instructions, but there it only exemplifies the shredding action.

Thx!
Yes, it's a small change in the Gimp API behavior. I never used the script since 2.8 days (script dates back to 2.6 days....).

Just uploaded a fixed version.
(05-01-2023, 09:36 AM)Ofnuts Wrote: [ -> ]Yes, it's a small change in the Gimp API behavior. I never used the script since 2.8 days (script dates back to 2.6 days....).

Just uploaded a fixed version.

Now it's working nice.

Thx!