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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 4,624
» Latest member: Josephmally
» Forum threads: 7,490
» Forum posts: 40,881

Full Statistics

Latest Threads
Open, save buttons on bot...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: GrumpyDeveloper
9 hours ago
» Replies: 8
» Views: 2,884
edit_paste pastes at inco...
Forum: Scripting questions
Last Post: Ofnuts
10 hours ago
» Replies: 1
» Views: 75
Clone size randomly chang...
Forum: General questions
Last Post: oldschool1@runbox.com
Yesterday, 05:45 PM
» Replies: 2
» Views: 146
AI Gimp Plugins
Forum: Watercooler
Last Post: Zbyma72age
Yesterday, 03:31 PM
» Replies: 20
» Views: 53,309
Gimp closes automatically
Forum: General questions
Last Post: sallyanne
Yesterday, 05:50 AM
» Replies: 2
» Views: 191
AIGoR - Artificial Image ...
Forum: Other graphics software
Last Post: vitforlinux
07-16-2025, 11:10 AM
» Replies: 12
» Views: 3,800
Is This Possible ? Print ...
Forum: General questions
Last Post: sallyanne
07-16-2025, 07:47 AM
» Replies: 4
» Views: 191
Gimp Crash
Forum: Gimp 2.99 & Gimp 3.0
Last Post: rich2005
07-16-2025, 07:16 AM
» Replies: 1
» Views: 140
producing an image
Forum: Gallery
Last Post: MJ Barmish
07-15-2025, 06:37 PM
» Replies: 0
» Views: 106
GIMP 3.x: Editing a pdf
Forum: General questions
Last Post: rich2005
07-15-2025, 03:20 PM
» Replies: 1
» Views: 128

 
  I'm having trouble with Gimp dpi ( they keep comming out pixelated on tshirt websites
Posted by: orlandodc2 - 08-25-2017, 06:26 PM - Forum: General questions - Replies (1)

ello all,  I recently got into the t-shirt design hobby/business.  I downloaded gimp and have been using it to turn my hand drawn art into computer based art for Tee Spring, Society6 and many more.  The issue I'm having is that for some reason my lines (mainly the curved lines look pixelated.)  after seeing many videos on how to change the DPI on gimp I keep only seeing how to only change PPI. 

I did notice that to change the PPI it automatically changes the art design to smaller dimensions is that why I get's pixelated because its being stretched on the t-shirt?  What is also weird is that when I make the art larger to where it bleeds out of the printing zone the pixels seem to be more smooth.  (the following pictures are for examples only and not the actual design)

so my questions are:
Can I create art on gimp for t-shirts that will be printed on Society6,Tee Spring, Red Bubble etc.?  If so can someone please give me detailed instructions how to fix the issue or maybe even a video link to one.
Thank you for your time.

[Image: sizes_zps8249eyjz.jpg]
[Image: gimp%20pixel%20test_zpsmqwfazj4.png]
[Image: gimp%20no%20pixel%20test_zpspynxmndg.png]

Print this item

  gimp 2.9.x
Posted by: dinasset - 08-25-2017, 01:47 PM - Forum: General questions - Replies (8)

Help request from users of Gimp versions 2.9.x.
Does Gimp 2.9 version(s) support filters processing an image by tiles?
I have some of my filters which make use of tile processing to speed up the pixel by pixel processing.
At a first test of the newly released 2.9.6 it seems that none of those run.
If someone who is using already 2.9.x releases can double-check I'll appreciate.
Thanks.

(BTW another small concern about this release: it says that "add_layer" is deprecated and suggests "insert_layer", but the first one is executed the second one no(???))


(08-25-2017, 01:47 PM)dinasset Wrote: Help request from users of Gimp versions 2.9.x.
Does Gimp 2.9 version(s) support filters processing an image by tiles?
I have some of my filters which make use of tile processing to speed up the pixel by pixel processing.
At a first test of the newly released 2.9.6 it seems that none of those run.
If someone who is using already 2.9.x releases can double-check I'll appreciate.
Thanks.

(BTW another small concern about this release: it says that "add_layer" is deprecated and suggests "insert_layer", but the first one is executed the second one no(???))

Edit:
it seems the filters start correctly and create output for the first 2 colums of tiles than stop.
Hence it must be some other problem of incompatibility (the loop?)
An example of those filters

.zip   DIEGO_ANCILLARY_COLOURS_Deblueish.zip (Size: 2.8 KB / Downloads: 395)

Print this item

  Windows Icon file
Posted by: Kevin - 08-24-2017, 03:43 PM - Forum: Gallery - No Replies

A sample Windows .ico file - export the attached .xcfgz file as a .ico
   

To support a thread on Reddit:
https://www.reddit.com/r/GIMP/comments/6...ke_custom/



Attached Files
.xcfgz   circle1.xcfgz (Size: 115.13 KB / Downloads: 520)
Print this item

  [Solved] How to modify this script-fu?
Posted by: boolbilam - 08-24-2017, 07:30 AM - Forum: Extending the GIMP - Replies (2)

Hi,

I use this script:





Code:
((define (script-fu-logo inImage inLogo )
(let*
(
(calque (car (gimp-file-load-layer 1 inImage inLogo)))
)
(gimp-image-add-layer inImage calque 0)
(gimp-image-flatten inImage)
) ; fin let*
) ; fin define


(script-fu-register "script-fu-logo"; name
"<Image>/MyScripts/logo" ; position in menu
"test script"; commentary
""; author
"" ;
"" ;date
"" ;
SF-IMAGE "inImage" 0
SF-FILENAME "inLogo" (string-append "" gimp-data-dir "/scripts/images/logo.png")
)

I wish that this script only use the logo.png, without asking it.

Do you know how to do that ?

Print this item

  "paper cut" authentication
Posted by: RobMW - 08-24-2017, 01:18 AM - Forum: General questions - Replies (2)

Hi All
Ive only been using Gimp for a few weeks so Im a relative noob.

I am trying to print to a networked printer managed centrally by Paper-Cut. When I try to print an .xcf file it gets put on hold awaiting authentication. There is no way to resume printing and authenticate. (Which is the usual process)
When exporting the same file to .png and printing there is no problem. It uses my prev' saved authentication credentials and it prints out fine.
Q1. Is it the file type and Paper Cut doesn't know what to do with it?
Q2. Is there any print resolution advantage in printing directly from Gimp instead of .png?


Cheers

Rob

Print this item

  Can anyone explian the TWAIN interface?
Posted by: ajax - 08-23-2017, 05:41 PM - Forum: General questions - Replies (3)

I've discovered the capability that GIMP has for obtaining images directly from the scanner without creating intermediate files (i.e., File>Create>Scanner/Camera).  What I don't know but think I should is the format of the data be transferred from the scanner to GIMP.  I think the interface that is being used is called TWAIN.  Of course what really matters is the image quality being delivered by this mechanism.  For example, when scanning pictures that I want to edit, in GIMP, I've been avoiding the use of jpeg because of the lossy compression.  I'd opt for tiff if using intermediate files.  Also my scanner is capable of producing images in either 8bit or 16bit formats but when using the TWAIN interface I don't specify a file type.  I've noticed that I can select a 16bit quality on the scanner but I'm pretty sure that what I'm working on in GIMP is only 8bit even though there is never any indication of a format conversion which I think must be happening somewhere.  Is it the scanner or GIMP doing the conversion?  Or else the scanner is able to figure out that GIMP wants 8bit and does it without informing me about the discrepancy.  Is the data being transferred in a format equivalent to a file?  If so what type of file?  Or does the TWAIN specification dictate the format.

Print this item

  Clipboard PythonFu
Posted by: Myrslokstok - 08-23-2017, 01:31 PM - Forum: Extending the GIMP - Replies (3)

I can't paste a content from my clipboard in Windows to a new image in GIMP.

I have tryed to use:
pdb.gimp_edit_paste_as_new() from the Console,
and then it only give me the internal clipboard from GIMP.

I whant to do Arkive -> Create -> From Clipboard, 

The function could be easely activated with: 
shift+ctrl+V

But to do it manually seems complicated, and it do get me a new image from windows clipboard. But it seem that it should be possible to script it. Considering that it is only 3 keys to press, before I run my script.

I can not find any pythonfu or other way to activate it before my script, it is a function that is obviusly there, but that I have to use manualy.

Thanks

Print this item

  What is mask_bounds if the selection contains inner holes?
Posted by: mavavilj - 08-22-2017, 04:54 PM - Forum: Extending the GIMP - Replies (3)

What is mask_bounds if the selection contains inner holes?

Such as in:
[Image: CagusVd.png]

Or is there some other way to get the bounds?

Print this item

  API Reference for Script-Fu or Python-Fu?
Posted by: mavavilj - 08-22-2017, 06:20 AM - Forum: Extending the GIMP - Replies (1)

So I've done some searching, but am unsure, whether there exists any API Reference for Script-Fu or Python-Fu.

If not, then would it perhaps be a good community project to undertake? Using something like Doxygen it shouldn't be too difficult.

Print this item

  Compress Picture
Posted by: ozdoug - 08-22-2017, 01:13 AM - Forum: General questions - Replies (13)

Hi,
Have done a quick search through the Forum, plus have checked my User Manual but cannot find anywhere that tells me if I can compress a picture.
I thought I saw it yesterday while editing a pic but now for the life of me I cannot seem to find what it was I THOUGHT I saw!
Any help please!!   Big Grin

Print this item