Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 4,619
» Latest member: Jānis
» Forum threads: 7,481
» Forum posts: 40,854

Full Statistics

Latest Threads
CMYK color mode Gimp 2.10
Forum: Extending the GIMP
Last Post: rich2005
1 hour ago
» Replies: 18
» Views: 81,584
how to change default pas...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: CmykStudent
1 hour ago
» Replies: 23
» Views: 11,877
Endianess of pixel data i...
Forum: Scripting questions
Last Post: Ofnuts
2 hours ago
» Replies: 3
» Views: 64
Color is not translating ...
Forum: General questions
Last Post: Mfrench4712
5 hours ago
» Replies: 0
» Views: 23
Edge detect leaves invisi...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: marty39
9 hours ago
» Replies: 3
» Views: 124
cannot find instructions ...
Forum: General questions
Last Post: rich2005
Today, 09:19 AM
» Replies: 4
» Views: 135
3.0.4 crashes all the tim...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: mayorpunk
Yesterday, 11:13 PM
» Replies: 0
» Views: 44
Warped text
Forum: General questions
Last Post: Tas_mania
Yesterday, 11:20 AM
» Replies: 2
» Views: 204
GEGL Plugins for GIMP 3.0...
Forum: Extending the GIMP
Last Post: BeaverGEGLFreak
Yesterday, 10:42 AM
» Replies: 1
» Views: 258
Blur/Sharp tool
Forum: General questions
Last Post: AWysy
Yesterday, 08:05 AM
» Replies: 5
» Views: 333

 
  Can gimp Handle Very Large Images (jpg, jpeg)
Posted by: theBest - 09-05-2020, 08:01 PM - Forum: General questions - Replies (3)

I have a jpeg image approximately 65,000 pix X 24,000 pix and the file size is almost 79MB.
Last time I tried to load the image in gimp with default settings, I’ve never modified any settings, gimp would become unresponsive.
My computer had 8GB of DDR3 RAM. The OS I was using at the time was Windows 7, Fedora and Linux Mint.
Gimp in all of these had trouble opening the file.

Are there any options in gimp that would improve the way memory is used for the image to load before Christmas?

My primary goal was to divide the image into multiple parts so I could play around with the smaller sized images. I need to preserve the quality of the image as I do this also.
The image is the Great Isaiah scroll from Wikipedia commons.

Print this item

  Windows Font Folder Crashes gimp
Posted by: theBest - 09-05-2020, 07:24 PM - Forum: General questions - Replies (2)

I’ve had installed 3000 fonts in the Windows Font folder and gimp would have difficulty opening the fonts often crashing or the entire program becoming unresponsive.
I reduced the number of fonts in the folder to about 2300 fonts and it became usable but choosing a font took forever.
Is there a way to provide gimp a list of core fonts so gimp will only see the ones in the list?

Print this item

  Problem with selecting text and export to pdf
Posted by: Partyzant - 09-05-2020, 06:10 PM - Forum: General questions - Replies (3)

I have just upgraded to 2.10.14 version and weird thing happen :/ I have problems with selecting text in previously created text layers. When i try to modify such text gimp changes font size so when I start type additional text whole text changes size. When I export to pdf some texts are different size than on my project, some texts are to large and they do not fit and brake to more lines. Another weird thing is that jpg is exporting correctly. What the heck is going on?

Print this item

  Resizing an exact amount for a book cover
Posted by: BookLover - 09-05-2020, 04:30 PM - Forum: General questions - Replies (3)

So I really love the amount of creative power and complexity that comes with GIMP, however it doesn't seem like this software was meant to be used for book art design. Huh

So in order to submit a cover for printing, i need an image file that's exactly the same size as the pages within. I've found some nice high-resolution images (which took care to make sure are exempt from copyright infringement) to be used on the front and back of the book, yet when i scale images, the program seems to want to stick to the exact same aspect ratio as was used by those who originally put the picture up online. However, this shouldn't be a problem if the image is larger than the book size i want to create...

For example:

the image is 18.375" X 12.250", the image is pretty and high resolution, and am happy to put it on my book cover/back, but i need to shrink it down to 12.250" X 9.250". If i for example manually change the width in the image to 12" (from 18.375"), gimp automatically changes the height to 8", and if i were to change the height to 9", it would change the width to 8"...

I understand that i could use the crop tool, but if i can't manipulate the image to specific size, then the program is not useful for this purpose.

Print this item

Sad Scripts do not appear in the specified menu.
Posted by: Krikor - 09-05-2020, 01:33 PM - Forum: Extending the GIMP - Replies (4)

First it was with the Ofnuts ofn-hatching plugin that does not appear in: '<Image> / Filters / Render / Pattern /'

Today, two other installed scripts have also not appeared in the expected menus;
Rod's script: lizard-breath-v-2.0_RD.scm which should appear in: "<Image> / Script-Fu / Text Effects / lizard-breath";

And the Graechan Snow Cover.scm script that should appear in: "script-fu-snow-cover-alpha" "<Image> / Script-Fu / Alpha-to-Logo"

The only different thing that comes to mind is that to use the new version of the Logo Toolbox script V2.4 and Script-Fu Scrolling Interface V1.1 For GIMP 2.10.20 Win10_64bit it was necessary to install a new version of the script-fu. exe.

If anyone can unravel this mystery, thank you.

Print this item

  Scripts don't work anymore with Gimp 2.10.20
Posted by: gounis - 09-05-2020, 01:12 PM - Forum: General questions - Replies (5)

Hello,

I've upgraded my Ubuntu to Ubuntu 20.04.1 LTS which comes with new GIMP 2.10.20. My scripts used to work fine with older version of GIMP, but I can't make them work anymore on new GIMP 2.10 no matter how much I try and look on internet.

These are the steps taken after I made a very plain script-fu just for sake of simplicity:

FIRST EXPERIMENT
-----------------------
1) These are  my script-fu folders:

~/snap/gimp/292/.config/GIMP/2.10/scripts 
/usr/share/gimp/2.0/scripts
~/.config/GIMP/2.10/scripts
~/gimp

2) I add test.scm into  [i]~/gimp [/i]folder with full 777 permissions. Content of test.scm is:

Code:
(define (script-fu-test 
(gimp-message "TEST!!!!!!!!!!")
))

3) Then, this error message appears when I refresh scripts:

Error while loading ~/gimp/test.scm: Error: unable to open "[i]~/gimp/test.scm"[/i]


SECOND EXPERIMENT
--------------------------
1) I remove ~/gimp from my script-fu folders and copy test.scm to /usr/share/gimp/2.0/scripts with the rest default GIMP scripts.
2) I go to /usr/share/gimp/2.0/scripts folder and run gimp -i -b "(test)" -b '(gimp-quit 0)' 
3) I get the following error:

gimp_check_updates_callback: loading of https://gimp.org/gimp_versions.json failed: Operation not supported

batch command experienced an execution error:
Error: eval: unbound variable: test

Since weeks, I have been trying  to make it work unsuccessfully. I don't want to go back to old GIMP so your help would be really valuable! 

Thanks in advance!



Attached Files Thumbnail(s)
   
Print this item

  Internal shadow
Posted by: vadou - 09-04-2020, 02:39 PM - Forum: General questions - Replies (2)

Hello, sorry if my english is not very good but I'll try.

I can't find any tuto for GIMP to introduce an internal shadow on a picture with frame, see image.
Many thanks for any result.
[Image: CDqmPylyfFLLOsmB-ADC6Yl7bHE.jpg]

Print this item

Photo Brushes are all turning into chunky featureless blocks!
Posted by: porkandbeans95 - 09-04-2020, 04:32 AM - Forum: General questions - Replies (2)

Hello! I'm rather new to GIMP and have no prior experience in these types of programs, so do forgive me if the solution to this problem is glaringly obvious.
Anyhow, I have installed a ton of brushes for GIMP, all have been working perfectly...Until today. I open the program to practice some illustrating, and the paintbrush tool is doing this:

[img]file:///home/mochisuke/Pictures/Windowshot_2020-09-04_13:25:25.png[/img]    

It's turning all of my brushes into a big weird chunky block with no definition! Does anyone know the cause of this, and the solution to fix it? Any help would be greatly appreciated.

Thanks!

Print this item

  Rotating a selection
Posted by: rmmwilg - 09-04-2020, 02:32 AM - Forum: General questions - Replies (6)

Can't figure out what I'm missing here, but I'm selecting just one part of a layer and what to rotate just that (ie. not the entire image or layer); however, after making the selection, the only thing that rotates is the selection outline. The actual image remains unaffected

Print this item

  ofn-hatching
Posted by: Ofnuts - 09-03-2020, 10:52 PM - Forum: Extending the GIMP - Replies (17)

A first shot at the script discussed here, to render all kinds of hatchings.

Code is still wet, expect bugs, misfeatures, etc... but read the doc before asking questions.

This is a first shot, more features could come later, dash ends, colors, more complex dash patterns.

The script is here.

Enjoy. And read the doc.

Print this item