Re: [Gimp-user] Script-Fu: remove Exif, thumbnail, color profile when saving PNG

2022-08-24 Thread ShiroYuki Mot via gimp-user-list
After Open the Image, Get width and height. Copy the image. Create a new image using the values. Add a new layer from the copy into the new image. Export to the file. OR Set metadata-string to NULL ("") Do pdb gimp-image-set-metadata (Notice; Only Remove EXIF) Example on Console > (define

Re: [Gimp-user] PLEASE HELP

2022-05-11 Thread ShiroYuki Mot via gimp-user-list
Thanks for your uploading. But it is so small, 60px x 90px !!!. So, GIMP cannot support/help it. Please look for the original or for the bigger one. Do you know who took the picture with you? Ask your sister who took the picture with them. 2022年5月11日(水) 14:27 Stella Owen : > > > On Tue, May 10,

Re: [Gimp-user] PLEASE HELP

2022-05-10 Thread ShiroYuki Mot via gimp-user-list
First of all, I was so saddened to hear of your loss. I would like to express my condolences to your mother. Well, You had attached an image, but it does not appear. I'm sure it might be a system limitation of this site. Please upload the image to another (OneDrine, GoogleDrive, etc.) and I

Re: [Gimp-user] open multi tiff files in script-fu

2020-12-11 Thread ShiroYuki Mot via gimp-user-list
I was writen a script by Python (not by script-fu) for .Tiff files created by Nikon softwares. The way is as follows. Open .TIFF as a new image, Then Get all layers, So Loop/Check size(Width) bigger than thumbnail size. Finally Copy the layer as your needed layer! 2020-12-11 19:04 GMT+09:00,

Re: [Gimp-user] How to get the positions(x, y) (width, depth) of selected rectangle or selected ellipse

2020-02-17 Thread ShiroYuki Mot via gimp-user-list
quoting: > > file_name='''c:\Users\YourName\Documents\Temp\SampleXcfCsv.txt''' > > - Using forward slashes, that work just as well (the Windows API > understands both types, it's just the command-prompt parser > that insists on backslashes): > > file_name="c:/Users/YourName/Docu

Re: [Gimp-user] How to get the positions(x, y) (width, depth) of selected rectangle or selected ellipse

2020-02-16 Thread ShiroYuki Mot via gimp-user-list
If you can read the Japanese, please see the next. It is my blog post. :) https://shiroyuki-mot-says.blogspot.com/2020/02/gimp-script-py-create-csv-file.html 2020年2月17日(月) 10:31 ShiroYuki Mot : > Please learn the basic scripting of GIMP Python. > See as follows. >

Re: [Gimp-user] How to get the positions(x, y) (width, depth) of selected rectangle or selected ellipse

2020-02-16 Thread ShiroYuki Mot via gimp-user-list
Please learn the basic scripting of GIMP Python. See as follows. https://www.gimp.org/docs/python/index.html If opened image by GIMP is one only at first and it has one layer and a selection is existing. Example on Windows OS - Python Console. image = gimp._id2image(1) # 1 is shown at GIMP

Re: [Gimp-user] How to get the positions(x, y) (width, depth) of selected rectangle or selected ellipse

2020-02-14 Thread ShiroYuki Mot via gimp-user-list
; For more structured data you can also use the built-in CSV module to > write CSV files, and it is also possible to add excel support to the > python runtime. > > On 2/14/20 8:19 AM, ShiroYuki Mot via gimp-user-list wrote: > > On Python console, this is what

Re: [Gimp-user] How to get the positions(x, y) (width, depth) of selected rectangle or selected ellipse

2020-02-13 Thread ShiroYuki Mot via gimp-user-list
On Python console, this is what you want. non_empty, x1, y1, x2, y2 = pdb.gimp_selection_bounds(image) See, 'gimp-selection-bounds' at Procedure Browser. But, handning values to external App is not so easy. If you add external library 'pyperclip' you can write to clipboard. But it is one value

Re: [Gimp-user] off line help gimp 2.10.12

2019-09-03 Thread ShiroYuki Mot via gimp-user-list
Help contents installers: https://download.gimp.org/mirror/pub/gimp/help/windows/2.10/ And one more, You need to install GIMP itself with -setup-2.exe or later. 2019年9月3日(火) 15:48 mikewil : > hi i am trying to load the off line help files to gimp 2.10.12 on windows > 10 .i > have downloaded the

Re: [Gimp-user] Lighting Presets

2019-08-04 Thread ShiroYuki Mot via gimp-user-list
nks! 2019年8月3日(土) 23:30 Jernej Simončič : > On Sat, 3 Aug 2019 12:42:28 +0900, ShiroYuki Mot via gimp-user-list wrote: > > > If you saved files in C:\program file\GIMP 2, Windows changed the > location > > from you selected to > > 'C:¥Users¥UserName¥AppData¥Local¥

Re: [Gimp-user] Lighting Presets

2019-08-02 Thread ShiroYuki Mot via gimp-user-list
Sorry, The separator for folder trees (a path delimiter) is shown as \, because of my Japanese environments PC. Please replace the ¥ to back-slash. And forgive me to mis-typings. (i.e. Documets > Documents) 2019年8月3日(土) 12:42 ShiroYuki Mot : > > will I have to manually search for and or store

Re: [Gimp-user] Lighting Presets

2019-08-02 Thread ShiroYuki Mot via gimp-user-list
> will I have to manually search for and or store my presets? If you saved files in C:\program file\GIMP 2, Windows changed the location from you selected to 'C:¥Users¥UserName¥AppData¥Local¥VirtualStore¥Program Files¥GIMP 2' by OS own redirect functions. Please search there. I propose you to

[Gimp-user] Fwd: Font names differ under PCs ( Localized or English )

2019-07-18 Thread ShiroYuki Mot via gimp-user-list
-- Forwarded message - From: ShiroYuki Mot Date: 2019年7月19日(金) 12:15 Subject: Re: [Gimp-user] Font names differ under PCs ( Localized or English ) To: Ken Moffat Ken Moffat, Thanks for your reply. Thank you to try to Japanese environment on Linux system. :) It is sad things

[Gimp-user] Font names differ under PCs ( Localized or English )

2019-07-17 Thread ShiroYuki Mot via gimp-user-list
This is the continuation of https://gitlab.gnome.org/GNOME/gimp/issues/3570 (Closed) GIMP version: 2.10.12 Operating System: Windows Version 1903 x64 Package: Official (gimp-2.10.12-setup.exe) In-Place Upgrade from 2.10.10 [Description] I found out the difference of showing font names on two